Inspect and view changes in Volume Booster Plus: Boost your sound source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"author": "TABDMCC",
"version": "1.0.9",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"permissions": [
"tabs",
"activeTab",
"tabCapture"
],
"browser_action": {
"default_title": "title",
"default_popup": "pages/popup.html",
"default_icon": {
"16": "icons/16.png",
"32": "icons/32.png",
"64": "icons/64.png",
"128": "icons/128.png"
}
},
"background": {
"persistent": true,
"page": "pages/background.html"
},
"default_locale": "en",
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'",
"web_accessible_resources": [
"js/content.js"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}