Inspect and view changes in Bloqueador de Redes Sociais 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"content_scripts": [
{
"js": [
"jquery.min.js",
"block.js"
],
"matches": [
"<all_urls>"
]
}
],
"description": "",
"icons": {
"128": "icons/blueBlock128.png"
},
"manifest_version": 2,
"name": "Bloqueador de Redes Sociais",
"version": "1.6"
}