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?
Twitch Tabs是由RocketBuilt Apps開發的Chrome擴展程式,該擴展的主要功能是“Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!”。
擴展截圖
下載Twitch Tabs擴展crx文件
下載Twitch Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Twitch Tabs |
ID | bnaleaigeeaockjojmidjnpfkhaobdbg |
官方網址 | https://chromewebstore.google.com/detail/twitch-tabs/bnaleaigeeaockjojmidjnpfkhaobdbg |
簡介 | Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online! |
檔案大小 | 1.19 MB |
安裝次數 | 86 |
目前版本 | 0.4.1 |
更新時間 | 2020-12-26 |
上架時間 | 2020-12-25 |
評分 | 5.00/5 共 2 次評分 |
開發者 | RocketBuilt Apps |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/tylern88/streamertabs/issues |
支援的語言 | 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" } } |