javascript - Is it possible for a Firefox WebExtension to uninstall itself prior to Firefox version 51? -
is possible uninstall my own firefox webextension (not based on add-on sdk) programmatically in firefox versions prior 51 management.uninstallself
api method will available?
well, no.
extensions sandboxed enough cannot interact management functions exception of management
api.
if wasn't implemented in webextensions until ff 51, you're out of luck. can invoke chrome.runtime.openoptionspage
(supported since ff 48) present user ui explicitly has "remove" button.
Comments
Post a Comment