Inspect and view changes in FastAdBlock 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
{
"background": {
"scripts": [
"js/blocker.bundle.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"description": "Adblocking simplified: A low-profile, independent ad blocker for the masses.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"name": "FastAdBlock",
"permissions": [
"<all_urls>",
"*://*/*",
"storage",
"notifications",
"cookies",
"tabs",
"activeTab",
"http://*/*",
"https://*/*",
"webNavigation",
"webRequest",
"webRequestBlocking"
],
"version": "1.0",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}