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…

Hvad er Twitch Chat on Youtube?

Twitch Chat on Youtube er en Chrome-udvidelse udviklet af DavidTibian, og dens hovedfunktion er "Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Twitch Chat on Youtube-udvidelses-CRX-fil

Download Twitch Chat on Youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Chat on Youtube Twitch Chat on Youtube
ID fkedgglbeenhodhknmpibnbhgfbphggp
Officiel URL https://chromewebstore.google.com/detail/twitch-chat-on-youtube/fkedgglbeenhodhknmpibnbhgfbphggp
Beskrivelse Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…
Filstørrelse 772 KB
Antal Installationer 1,798
Nuværende Version 1.5.3
Senest Opdateret 2021-10-31
Udgivelsesdato 2021-05-15
Bedømmelse 4.21/5 Samlet 28 Bedømmelser
Udvikler DavidTibian
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}