Inspect and view changes in Ad-BlockerPro 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
{
"author": "Ad-Blocker.org",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"16": "icons/abp-16.png",
"19": "icons/abp-19.png",
"20": "icons/abp-20.png",
"32": "icons/abp-32.png",
"38": "icons/abp-38.png",
"64": "icons/abp-64.png"
},
"default_popup": "popup.html",
"default_title": "Ad-blocker.org"
},
"icons": {
"16": "icons/abp-16.png",
"19": "icons/abp-19.png",
"32": "icons/abp-32.png",
"64": "icons/detailed/abp-64.png"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"ext/jquery-2.2.4.min.js",
"ext/common.js",
"ext/content.js",
"cssProperties.js",
"include.preload.js"
],
"match_about_blank": true,
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"include.postload.js"
],
"match_about_blank": true,
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_end"
},
{
"all_frames": false,
"js": [
"ext/showNeg.js"
],
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_end"
}
],
"applications": {
"gecko": {
"id": "{246C9D65-51E6-4B0C-9CCF-B081B7BF9242}",
"strict_min_version": "55.0"
}
},
"default_locale": "en_US",
"description": "Ad-Blocker Pro is the best ad blocker for your web browser. It can block tracking scripts, banners, annoying pop-up ads and much more.",
"devtools_page": "devtools.html",
"manifest_version": 2,
"name": "Ad-Blocker Pro",
"permissions": [
"tabs",
"http://*/*",
"https://*/*",
"contextMenus",
"webRequest",
"webRequestBlocking",
"webNavigation",
"storage",
"notifications",
"downloads",
"downloads.open",
"nativeMessaging",
"activeTab",
"alarms"
],
"short_name": "Ad-blockerPro",
"version": "1.0.42resigned1"
}