Inspect and view changes in Ani blocker - chineseanime.co.in 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": "Ani blocker - chineseanime.co.in",
"description": "Base Level Extension",
"version": "1.0",
"icons": {
"16": "icon.jpg"
},
"action": {
"default_icon": "icon.jpg"
},
"content_scripts": [
{
"matches": [
"https://www.chineseanime.co.in/"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{6142e507-6ce6-4d15-8d96-39b3a28cafc9}"
}
}
}