Twitch Tabs
Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!
Hvad er Twitch Tabs?
Twitch Tabs er en Chrome-udvidelse udviklet af RocketBuilt Apps, og dens hovedfunktion er "Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!".
Udvidelsesskærmbilleder
Download Twitch Tabs-udvidelses-CRX-fil
Download Twitch Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Twitch Tabs |
ID | bnaleaigeeaockjojmidjnpfkhaobdbg |
Officiel URL | https://chromewebstore.google.com/detail/twitch-tabs/bnaleaigeeaockjojmidjnpfkhaobdbg |
Beskrivelse | Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online! |
Filstørrelse | 1.19 MB |
Antal Installationer | 86 |
Nuværende Version | 0.4.1 |
Senest Opdateret | 2020-12-26 |
Udgivelsesdato | 2020-12-25 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | RocketBuilt Apps |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/tylern88/streamertabs/issues |
Understøttede Sprog | 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" } } |