Nimo.tv Plus

Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…

Nimo.tv Plusとは何ですか?

Nimo.tv PlusはCapelinhaによって開発されたChromeの拡張機能で、その主な機能は「Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…」です。

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

screenshot
screenshot
screenshot
screenshot

Nimo.tv Plus拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Improvements in the design of the Nimo.tv live platform, removal of exaggerated popups, addition of colors to nicknames, quick reply button to messages and button to hide chat. Make Nimo.tv more like Twitch and make your migration easier.                    

拡張機能の基本情報

名前 Nimo.tv Plus Nimo.tv Plus
ID ajlmalinjdbkamfgjbamebnjeejbkkil
公式URL https://chromewebstore.google.com/detail/nimotv-plus/ajlmalinjdbkamfgjbamebnjeejbkkil
説明 Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…
ファイルサイズ 34.19 KB
インストール数 2,692
現在のバージョン 1.3
最終更新日 2022-03-05
公開日 2021-10-24
評価 4.69/5 合計 13 レビュー
開発者 Capelinha
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Capelinha/nimo-clean-layout
対応言語 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3",
    "description": "__MSG_appDesc__",
    "default_locale": "pt_BR",
    "permissions": [
        "https:\/\/*.nimo.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.nimo.tv\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}