Update show options on update (now optional)
This commit is contained in:
parent
6e0d8f8230
commit
5f8685f286
@ -394,7 +394,7 @@ ext_api.runtime.onInstalled.addListener(function (details) {
|
||||
setDefaultOptions();
|
||||
} else if (details.reason == "update") {
|
||||
ext_api.management.getSelf(function (result) {
|
||||
if (result.installType !== 'development')
|
||||
if (enabledSites.includes('#options_on_update') && result.installType !== 'development')
|
||||
ext_api.runtime.openOptionsPage(); // User updated extension (non-developer mode)
|
||||
});
|
||||
}
|
||||
|
@ -272,6 +272,7 @@
|
||||
"*://*.lp4.io/*",
|
||||
"*://*.netdna-ssl.com/*",
|
||||
"*://*.nyt.com/*",
|
||||
"*://*.pasedigital.cl/*",
|
||||
"*://*.rcsobjects.it/*",
|
||||
"*://*.repstatic.it/*",
|
||||
"*://*.userzoom.com/*",
|
||||
@ -287,5 +288,5 @@
|
||||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.8.2.0"
|
||||
"version": "1.8.2.1"
|
||||
}
|
||||
|
@ -21,5 +21,5 @@
|
||||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.8.2.0"
|
||||
"version": "1.8.2.1"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user