Twitch Kino

Extension for integrating streams into Twitch page.

Co je Twitch Kino?

Twitch Kino je rozšíření Chrome vyvinuté truetripled, a jeho hlavní funkcí je „Extension for integrating streams into Twitch page.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Twitch Kino

Stáhněte si soubory rozšíření Twitch Kino ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension allows you to watch streams from several streaming platforms while staying on Twitch. Open Twitch stream page, open extension popup, type in nickname of streamer from WASD or GoodGame and click 'Change player', so extension will replace Twitch player with desired one.

Important! This extension only works on Twitch stream page, e.g. https://twitch.tv/forsen.                    

Základní Informace o Rozšíření

Název Twitch Kino Twitch Kino
ID dnighmaokjmhadecckimjodpbaoehbfm
Oficiální URL https://chromewebstore.google.com/detail/twitch-kino/dnighmaokjmhadecckimjodpbaoehbfm
Popis Extension for integrating streams into Twitch page.
Velikost souboru 316 KB
Počet instalací 24
Aktuální Verze 1.0.3
Poslední Aktualizace 2022-06-21
Datum Vydání 2022-05-25
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář truetripled
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Kino",
    "version": "1.0.3",
    "description": "Extension for integrating streams into Twitch page.",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/peepoGlad16.png",
        "32": "icons\/peepoGlad32.png",
        "48": "icons\/peepoGlad48.png",
        "128": "icons\/peepoGlad128.png"
    },
    "action": {
        "default_icon": "icons\/peepoGlad128.png",
        "default_popup": "index.html",
        "default_title": "Twitch Kino"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "runAt": "document_start"
        }
    ]
}