NiconamaGameOff

ニコ生の「ゲーム・ギフト・エモーション演出を表示」の設定が永続化しないので自動でオフにする機能。

What is NiconamaGameOff?

NiconamaGameOff is a Chrome extension developed by takusan_23, and its main feature is "ニコ生の「ゲーム・ギフト・エモーション演出を表示」の設定が永続化しないので自動でオフにする機能。".

Extension Screenshots

screenshot

Download NiconamaGameOff Extension CRX File

Download NiconamaGameOff extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        この拡張機能を利用すると、ニコニコ生放送の設定の「ゲーム・ギフト・エモーション演出を表示」を自動で押します。
非公式ツールです。

ソースコード→https://github.com/takusan23/NiconamaGameOff

プライバシー
この拡張機能はブラウザ内部で完結し、データを送信、収集することはありません。                    

Extension Basic Information

Name NiconamaGameOff NiconamaGameOff
ID bhinpdegdjkgphkkkbeccdiepgjohhph
Official URL https://chromewebstore.google.com/detail/niconamagameoff/bhinpdegdjkgphkkkbeccdiepgjohhph
Description ニコ生の「ゲーム・ギフト・エモーション演出を表示」の設定が永続化しないので自動でオフにする機能。
File Size 13.48 KB
Installation Count 252
Current Version 1.0.7
Last Updated 2023-09-23
Publish Date 2020-05-26
Rating 4.00/5 Total 4 Ratings
Developer takusan_23
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NiconamaGameOff",
    "version": "1.0.7",
    "author": "takusan_23",
    "description": "\u30cb\u30b3\u751f\u306e\u300c\u30b2\u30fc\u30e0\u30fb\u30ae\u30d5\u30c8\u30fb\u30a8\u30e2\u30fc\u30b7\u30e7\u30f3\u6f14\u51fa\u3092\u8868\u793a\u300d\u306e\u8a2d\u5b9a\u304c\u6c38\u7d9a\u5316\u3057\u306a\u3044\u306e\u3067\u81ea\u52d5\u3067\u30aa\u30d5\u306b\u3059\u308b\u6a5f\u80fd\u3002",
    "icons": {
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/live2.nicovideo.jp\/watch\/*",
                "https:\/\/live.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "kagawaken.js"
            ]
        }
    ]
}