Nimo Shop Hider

Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode

Nimo Shop Hiderとは何ですか?

Nimo Shop Hiderはcoankioによって開発されたChromeの拡張機能で、その主な機能は「Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode」です。

拡張機能のスクリーンショット

screenshot

Nimo Shop Hider拡張機能のCRXファイルをダウンロード

Nimo Shop Hider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Plugin to automatically hide Nimo tv's channel shop bars and enter theater mode for a better experience.

Plugin para esconder as barras de loja no canal da Nimo tv e entrar no modo cinema automaticamente, melhorando a experiência e deixando mais similar a Twitch.                    

拡張機能の基本情報

名前 Nimo Shop Hider Nimo Shop Hider
ID almhecceoocelkleeimejdnegbiflffm
公式URL https://chromewebstore.google.com/detail/nimo-shop-hider/almhecceoocelkleeimejdnegbiflffm
説明 Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode
ファイルサイズ 5.81 KB
インストール数 421
現在のバージョン 1.2
最終更新日 2021-07-03
公開日 2020-09-03
評価 5.00/5 合計 4 レビュー
開発者 coankio
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nimo Shop Hider",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.nimo.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.nimo.tv\/*"
    ]
}