Nimo Shop Hider

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

Cos'è Nimo Shop Hider?

Nimo Shop Hider è un'estensione di Chrome sviluppata da coankio, e la sua funzione principale è "Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nimo Shop Hider

Scarica i file di estensione Nimo Shop Hider 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Nimo Shop Hider Nimo Shop Hider
ID almhecceoocelkleeimejdnegbiflffm
URL Ufficiale https://chromewebstore.google.com/detail/nimo-shop-hider/almhecceoocelkleeimejdnegbiflffm
Descrizione Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode
Dimensione del File 5.81 KB
Conteggio Installazioni 421
Versione Corrente 1.2
Ultimo Aggiornamento 2021-07-03
Data di Pubblicazione 2020-09-03
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore coankio
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}