Inspect and view changes 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": "かんたんコメントを薄くするやつ",
"version": "0.3.1",
"browser_specific_settings": {
"gecko": {
"id": "comment-akkarin@rinsuki.net"
}
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"https://nmsg.nicovideo.jp/",
"https://nvcomment.nicovideo.jp/",
"https://www.nicovideo.jp/",
"https://sp.nicovideo.jp/",
"https://embed.nicovideo.jp/",
"webRequestBlocking",
"webRequest",
"storage"
]
}