RemoveAds
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "RemoveAds",
"description": "RemoveAds",
"version": "1.1.0",
"browser_action": {
"default_icon": "icon.png",
"default_title": "Adblocker"
},
"background": {
"scripts": [
"js/defInit.js",
"js/filtParams.js",
"js/sercher.js",
"js/background.js"
]
},
"icons": {
"128": "icon.png"
},
"permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
"<all_urls>",
"background",
"notifications"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}