Twitch Tabs
Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!
Co je Twitch Tabs?
Twitch Tabs je rozšíření Chrome vyvinuté RocketBuilt Apps, a jeho hlavní funkcí je „Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch Tabs
Stáhněte si soubory rozšíření Twitch Tabs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Twitch Tabs |
ID | bnaleaigeeaockjojmidjnpfkhaobdbg |
Oficiální URL | https://chromewebstore.google.com/detail/twitch-tabs/bnaleaigeeaockjojmidjnpfkhaobdbg |
Popis | Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online! |
Velikost souboru | 1.19 MB |
Počet instalací | 86 |
Aktuální Verze | 0.4.1 |
Poslední Aktualizace | 2020-12-26 |
Datum Vydání | 2020-12-25 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | RocketBuilt Apps |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/tylern88/streamertabs/issues |
Podporované Jazyky | 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" } } |