BNTV

Enhances Nimo with new features,emotes and more.

Cos'è BNTV?

BNTV è un'estensione di Chrome sviluppata da mfilali455, e la sua funzione principale è "Enhances Nimo with new features,emotes and more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BNTV

Scarica i file di estensione BNTV 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

                        new extension for improving nimo.tv chat with some funny emotes aswell as making smooth communication between users                    

Informazioni di Base sull'Estensione

Nome BNTV BNTV
ID gbmieajbdicifppidjoninokjomnaglg
URL Ufficiale https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg
Descrizione Enhances Nimo with new features,emotes and more.
Dimensione del File 20.21 KB
Conteggio Installazioni 788
Versione Corrente 3.1.3
Ultimo Aggiornamento 2021-02-25
Data di Pubblicazione 2021-01-15
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore mfilali455
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BNTV",
    "version": "3.1.3",
    "description": "Enhances Nimo with new features,emotes and more.",
    "icons": {
        "16": "icons\/BNTV16.png",
        "48": "icons\/BNTV48.png",
        "128": "icons\/BNTV128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nimo.tv\/*"
            ],
            "js": [
                "scripts\/BNTV_MentionChat.js",
                "scripts\/BNTV_MentionEmote.js",
                "scripts\/BNTV_OtherScripts.js",
                "scripts\/BNTV_Script.js"
            ],
            "css": [
                "styles\/BNTV_Style_tooltip.css",
                "styles\/BNTV_Style.css",
                "styles\/BNTV_Style_CB.css"
            ],
            "run_at": "document_end"
        }
    ]
}