BNTV

Enhances Nimo with new features,emotes and more.

Wat is BNTV?

BNTV is een Chrome-extensie ontwikkeld door mfilali455, en de belangrijkste functie is "Enhances Nimo with new features,emotes and more.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BNTV

Download BNTV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BNTV BNTV
ID gbmieajbdicifppidjoninokjomnaglg
Officiële URL https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg
Beschrijving Enhances Nimo with new features,emotes and more.
Bestandsgrootte 20.21 KB
Aantal Installaties 788
Huidige Versie 3.1.3
Laatst Bijgewerkt 2021-02-25
Publicatiedatum 2021-01-15
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar mfilali455
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}