Twitch Tab
See your stream and surf to the net !
Apa itu Twitch Tab?
Twitch Tab adalah ekstensi Chrome yang dikembangkan oleh Toutoupou, dan fitur utamanya adalah "See your stream and surf to the net !".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Tab
Unduh file ekstensi Twitch Tab 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
surf on the net and watch your favorite streamers ! Make sure to enbale your panels Copy this in your navigation bar: "chrome://flags/#enable-panels" and active panels
Informasi Dasar Ekstensi
Nama | Twitch Tab |
ID | ljkaicdlogbblgehfmedfmlndblnjhcn |
URL Resmi | https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn |
Deskripsi | See your stream and surf to the net ! |
Ukuran File | 39.89 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-09-12 |
Tanggal Publikasi | 2016-09-12 |
Pengembang | Toutoupou |
Tipe Pembayaran | free |
Bahasa yang Didukung | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Tab", "description": " See your stream and surf to the net !", "version": "1.1", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "background": { "page": "background.html" }, "permissions": [ "notifications" ], "browser_action": { "default_icon": "data\/icon_twitch.png", "default_popup": "popup.html", "icons": { "19": "data\/icon_twitch.png" } } } |