Twitch Chat on Youtube

Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…

Twitch Chat on Youtube क्या है?

Twitch Chat on Youtube DavidTibian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…"।

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

screenshot
screenshot

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

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

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

                        Twitch Chat on YouTube - that plugin add for you:

• BTTV Emotes on YouTube Chat
• TTV Emotes on YouTube Chat
• Specially modified chat
• TTV Theater mode
• Old PogChamp
• More in future
+stream alert (YT, TTV) [beta]

If you want use, install and try on YouTube stream

Developers:
Kazet (chat, emotes)
BeyondLabs (alerts)                    

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

नाम Twitch Chat on Youtube Twitch Chat on Youtube
ID fkedgglbeenhodhknmpibnbhgfbphggp
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-chat-on-youtube/fkedgglbeenhodhknmpibnbhgfbphggp
विवरण Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…
फ़ाइल का आकार 772 KB
स्थापना संख्या 1,798
वर्तमान संस्करण 1.5.3
अंतिम अपडेट 2021-10-31
प्रकाशन तिथि 2021-05-15
रेटिंग 4.21/5 कुल 28 रेटिंग्स
डेवलपर DavidTibian
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Kazet & xanax",
    "browser_action": {
        "default_icon": {
            "128": "assets\/img\/icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "assets\/js\/jquery\/jquery-3.4.1.min.js",
                "toy.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "init.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "",
    "icons": {
        "128": "assets\/img\/icons\/128.png",
        "16": "assets\/img\/icons\/16.png",
        "48": "assets\/img\/icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Twitch Chat on Youtube",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/api.betterttv.net\/*",
        "https:\/\/api.twitchemotes.com\/*",
        "https:\/\/cdn.jsdelivr.net\/*"
    ],
    "version": "1.5.3"
}