BNTV

Enhances Nimo with new features,emotes and more.

Co to jest BNTV?

BNTV to rozszerzenie Chrome opracowane przez mfilali455, a jego główną funkcją jest „Enhances Nimo with new features,emotes and more.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia BNTV

Pobierz pliki rozszerzeń BNTV w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa BNTV BNTV
ID gbmieajbdicifppidjoninokjomnaglg
Oficjalny URL https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg
Opis Enhances Nimo with new features,emotes and more.
Rozmiar pliku 20.21 KB
Liczba instalacji 788
Aktualna Wersja 3.1.3
Ostatnia Aktualizacja 2021-02-25
Data Publikacji 2021-01-15
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper mfilali455
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}