Twitch Tab

See your stream and surf to the net !

Twitch Tab là gì?

Twitch Tab là một tiện ích mở rộng Chrome được phát triển bởi Toutoupou, và tính năng chính của nó là "See your stream and surf to the net !".

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

screenshot

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

Tải xuống các tệp mở rộng Twitch Tab 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

                        surf on the net and watch your favorite streamers !

Make sure to enbale your panels

Copy this in your navigation bar: "chrome://flags/#enable-panels" and active panels                    

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

Tên Twitch Tab Twitch Tab
ID ljkaicdlogbblgehfmedfmlndblnjhcn
URL Chính Thức https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn
Mô tả See your stream and surf to the net !
Kích Thước Tệp 39.89 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-09-12
Ngày Phát Hành 2016-09-12
Nhà Phát Triển Toutoupou
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Tab",
    "description": " See your stream and surf to the net !",
    "version": "1.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "data\/icon_twitch.png",
        "default_popup": "popup.html",
        "icons": {
            "19": "data\/icon_twitch.png"
        }
    }
}