Twitch Tabs
Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!
Apa itu Twitch Tabs?
Twitch Tabs adalah ekstensi Chrome yang dikembangkan oleh RocketBuilt Apps, dan fitur utamanya adalah "Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Tabs
Unduh file ekstensi Twitch Tabs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Twitch Tabs |
ID | bnaleaigeeaockjojmidjnpfkhaobdbg |
URL Resmi | https://chromewebstore.google.com/detail/twitch-tabs/bnaleaigeeaockjojmidjnpfkhaobdbg |
Deskripsi | Twitch Tabs allows you to open all of your favorite Twitch streamers in tabs and get notified when they go online! |
Ukuran File | 1.19 MB |
Jumlah Instalasi | 86 |
Versi Saat Ini | 0.4.1 |
Terakhir Diperbarui | 2020-12-26 |
Tanggal Publikasi | 2020-12-25 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | RocketBuilt Apps |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/tylern88/streamertabs/issues |
Bahasa yang Didukung | 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" } } |