Is there a way to run a callback after extension is disabled/enabled from chrome browser.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Chrome management API()'s
notifies changes of enable and disable of extensions. Ensure you have
in your Sample Demonstration
P.S : An extension on its own can't monitor when it gets disabled. You'd need a second extension to monitor this. From extension's and user's perspectives, disabling extension has exactly the same effect as closing a browser. For more information refer documentation. |
||||
|
|