Twitch Tabs

Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!

Twitch Tabs là gì?

Twitch Tabs là một tiện ích mở rộng Chrome được phát triển bởi RocketBuilt Apps, và tính năng chính của nó là "Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!".

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

screenshot
screenshot
screenshot

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

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

                        Simply log in to you Twitch account through the extension and set your favorite streams! Easily track your favorite streamers and see when they are online. 

Twitch Tabs allows you to open all of your favorite online Twitch streams in tabs with the click of a button or individual streams. 

Update 0.4.1:
Implemented Chrome Notifications with the ability to toggle on and off 
Bug fixes                    

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

Tên Twitch Tabs Twitch Tabs
ID bnaleaigeeaockjojmidjnpfkhaobdbg
URL Chính Thức https://chromewebstore.google.com/detail/twitch-tabs/bnaleaigeeaockjojmidjnpfkhaobdbg
Mô tả Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!
Kích Thước Tệp 1.19 MB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2020-12-26
Ngày Phát Hành 2020-12-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển RocketBuilt Apps
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/tylern88/streamertabs/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Tabs",
    "version": "0.4.1",
    "description": "Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!",
    "permissions": [
        "identity",
        "storage",
        "notifications",
        "alarms",
        "https:\/\/id.twitch.tv\/*"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "192": "logo192.png"
    },
    "browser_action": {
        "default_icon": {
            "192": "logo192.png"
        },
        "default_title": "Twitch Tabs",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    }
}