BNTV

Enhances Nimo with new features,emotes and more.

BNTV क्या है?

BNTV mfilali455 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances Nimo with new features,emotes and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BNTV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम BNTV BNTV
ID gbmieajbdicifppidjoninokjomnaglg
आधिकारिक URL https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg
विवरण Enhances Nimo with new features,emotes and more.
फ़ाइल का आकार 20.21 KB
स्थापना संख्या 788
वर्तमान संस्करण 3.1.3
अंतिम अपडेट 2021-02-25
प्रकाशन तिथि 2021-01-15
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर mfilali455
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}