Nimo.tv Plus

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

Cos'è Nimo.tv Plus?

Nimo.tv Plus è un'estensione di Chrome sviluppata da Capelinha, e la sua funzione principale è "Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nimo.tv Plus

Scarica i file di estensione Nimo.tv Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Nimo.tv Plus Nimo.tv Plus
ID ajlmalinjdbkamfgjbamebnjeejbkkil
URL Ufficiale https://chromewebstore.google.com/detail/nimotv-plus/ajlmalinjdbkamfgjbamebnjeejbkkil
Descrizione Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…
Dimensione del File 34.19 KB
Conteggio Installazioni 2,692
Versione Corrente 1.3
Ultimo Aggiornamento 2022-03-05
Data di Pubblicazione 2021-10-24
Valutazione 4.69/5 Totale 13 Valutazioni
Sviluppatore Capelinha
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Capelinha/nimo-clean-layout
Lingue Supportate 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
}