full-page-screen-capture-chrome-extension icon indicating copy to clipboard operation
full-page-screen-capture-chrome-extension copied to clipboard

Manifest v3?

Open roy651 opened this issue 1 year ago • 1 comments

Thanks for the extension! Any plans to migrate to manifest V3?

Also - It seems that since Chrome 92, there is this new setting "MAX_CAPTURE_VISIBLE_TAB_CALLS_PER_SECOND", that only allows by default up to 2 screenshots per second in a chrome extension. Locally, I changed the CAPTURE_DELAY = 450 which seems to have solved it.

roy651 avatar Jun 21 '23 06:06 roy651

As the author said, this repo is for historical purposes. I migrated to mv3 and set capture_delay to 501 so the max frequency is just under 2 calls/second. https://github.com/chemtrails/FullCap

chemtrails avatar Feb 02 '24 20:02 chemtrails