Inspect and view changes in KOSHIAN NG 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": "KOSHIAN NG",
"version": "1.1.2resigned1",
"applications": {
"gecko": {
"id": "{2bdf237f-461b-459d-b0ed-c49971954951}"
}
},
"description": "NGワードを表示しないようにします",
"icons": {
"48": "icons/icon-48.png"
},
"content_scripts": [
{
"matches": [
"*://*.2chan.net/*/res/*"
],
"js": [
"res.js"
]
}
],
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html"
}
}