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": "nicolivegameoffkomeoff",
"version": "2.0",
"description": "ニコニコ生放送(ニコ生)にページにおいて、動作するアドオンです。ページロード時に視聴ページの詳細設定のゲームギフトエモーションボタンを押してオフにして、コメント表示ボタンも押します。 結果、ゲームギフトエモーションコメント表示をオフに出来ます",
"content_scripts": [
{
"matches": [
"http://live.nicovideo.jp/watch/*",
"https://live.nicovideo.jp/watch/*"
],
"js": [
"main.js"
]
}
],
"permissions": [
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"id": "{4c74e32c-7d6e-4758-8a86-9a7e66b64af6}"
}
}
}