Inspect and view changes in Face 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": "Face Blocker",
"version": "1.0.7",
"description": "是不是总是有一张令人厌恶的Face占据了你宝贵的头条?现在有机会将它删除。",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"program.js"
],
"all_frames": true,
"run_at": "document_start"
}
]
}