Monkey King Ad Blocker
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Monkey King Ad Blocker",
"version": "1.2",
"description": "Monkey King Ad Blocker",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "fire-icon-48.png",
"default_popup": "popup.html",
"default_title": "Monkey King Ad Blocker is ACTIVE!"
},
"content_scripts": [
{
"matches": [
"*://*.facebook.com/*"
],
"js": [
"jquery.js",
"zpar.js"
],
"all_frames": true,
"css": [
"zpar.css"
]
}
],
"icons": {
"128": "fire-icon-128.png"
},
"manifest_version": 2
}