Twitch Kino

Extension for integrating streams into Twitch page.

What is Twitch Kino?

Twitch Kino is a Chrome extension developed by truetripled, and its main feature is "Extension for integrating streams into Twitch page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Twitch Kino Extension CRX File

Download Twitch Kino extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitch Kino Twitch Kino
ID dnighmaokjmhadecckimjodpbaoehbfm
Official URL https://chromewebstore.google.com/detail/twitch-kino/dnighmaokjmhadecckimjodpbaoehbfm
Description Extension for integrating streams into Twitch page.
File Size 316 KB
Installation Count 24
Current Version 1.0.3
Last Updated 2022-06-21
Publish Date 2022-05-25
Rating 5.00/5 Total 5 Ratings
Developer truetripled
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}