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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -