Inspect and view changes in KOSHIAN 返信フォーム拡張 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 返信フォーム拡張",
"version": "0.1.2resigned1",
"description": "返信した後ページをリロードしないようにします",
"icons": {
"48": "icons/icon-48.png"
},
"content_scripts": [
{
"matches": [
"*://*.2chan.net/*/res/*"
],
"js": [
"res.js"
]
}
],
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage"
],
"applications": {
"gecko": {
"id": "{04c1c518-71f7-49dc-92a8-480a2bf3cba0}"
}
}
}