javascript - How to halt a chrome-extension? -
is there way programmatically pause chrome extension of it's activity?
i believe you'll need handle yourself. example, popular adblock extension sets flag in localstorage called "adblock_is_paused" when pause extension popup. relevant scripts check flag before doing work.
Comments
Post a Comment