Inspect and view changes in Ad Finder - Ad Catcher 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
{
"content_scripts": [
{
"js": [
"js/ad_con.js"
],
"matches": [
"*://*.facebook.com/*"
],
"run_at": "document_start"
},
{
"js": [
"js/back_con.js"
],
"matches": [
"*://*.facebook.com/*"
],
"run_at": "document_end"
}
],
"homepage_url": "https://microsoftedge.microsoft.com/addons/detail/pmkdbfhendaclpnejkjgonffpfofmeld",
"description": "__MSG_extDes__",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "1.0.1",
"default_locale": "en",
"icons": {
"128": "icons/icon128.png"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rule.json"
}
]
},
"permissions": [
"storage",
"declarativeNetRequest",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "js/background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"128": "icons/icon128.png"
}
},
"web_accessible_resources": [
{
"matches": [
"*://*.facebook.com/*"
],
"resources": [
"js/insertScript.js"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}