Twitch Kino

Extension for integrating streams into Twitch page.

Twitch Kino là gì?

Twitch Kino là một tiện ích mở rộng Chrome được phát triển bởi truetripled, và tính năng chính của nó là "Extension for integrating streams into Twitch page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Kino

Tải xuống các tệp mở rộng Twitch Kino dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Kino Twitch Kino
ID dnighmaokjmhadecckimjodpbaoehbfm
URL Chính Thức https://chromewebstore.google.com/detail/twitch-kino/dnighmaokjmhadecckimjodpbaoehbfm
Mô tả Extension for integrating streams into Twitch page.
Kích Thước Tệp 316 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-06-21
Ngày Phát Hành 2022-05-25
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển truetripled
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}