Inspect and view changes in Nitro ABlock 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": "Nitro ABlock",
"author": "Nitro ABlock",
"description": "Ads can ruin the positive experience of using certain websites. With the Nitro ABlock extension, this problem can be solved quickly",
"background": {
"type": "module",
"service_worker": "/js/service.worker.js"
},
"action": {
"default_popup": "/popup.html",
"default_title": "Nitro ABlock",
"default_icon": "/img/icon128.png"
},
"options_page": "/options.html",
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "system",
"path": "json/system.json"
},
{
"enabled": true,
"id": "malware",
"path": "json/malware.json"
},
{
"enabled": true,
"id": "easylist",
"path": "json/easylist.json"
},
{
"enabled": true,
"id": "easyprivacy",
"path": "json/easyprivacy.json"
},
{
"enabled": true,
"id": "fanboy-annoyance",
"path": "json/fanboy-annoyance.json"
}
]
},
"icons": {
"16": "/img/icon16.png",
"48": "/img/icon48.png",
"96": "/img/icon96.png",
"128": "/img/icon128.png"
},
"host_permissions": [
"*://*/*"
],
"permissions": [
"declarativeNetRequestFeedback",
"alarms",
"storage",
"webRequest",
"activeTab",
"scripting",
"declarativeNetRequest"
],
"web_accessible_resources": [
{
"matches": [
"*://*/*"
],
"resources": [
"/img/*"
]
}
],
"homepage_url": "https://nitroadb.com/",
"version": "2.2",
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}