Inspect and view changes in Facebook Ad Blocker 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
{
"manifest_version": 2,
"name": "FB Ad Blocker",
"short_name": "FB Ad Blocker",
"author": "Citylogic - Gideon Cole",
"version": "0.0.0.6resigned1",
"description": "Blocks Facebook Ads in the News Feed. Including 'Suggested Posts'.",
"content_scripts": [
{
"matches": [
"*://www.facebook.com/*"
],
"js": [
"content.js"
],
"css": [
"my.css"
]
}
],
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{85f8a146-a464-48bd-a81e-3ebe1682ecd9}"
}
}
}