View Streams!
Finally, a stream browsing extension that you have the power to control.
Apa itu View Streams!?
View Streams! adalah ekstensi Chrome yang dikembangkan oleh Brioux, dan fitur utamanya adalah "Finally, a stream browsing extension that you have the power to control.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi View Streams!
Unduh file ekstensi View Streams! 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
A Twitch.tv stream browsing extension that allows you to quickly find an enjoyable stream for any game. This stream browser brings you new level of control and customizability. Search for your favorite games to show or just browse popular games. Change skins or create your own. Regardless of if you're watching League of Legends, Dota 2, Rocket League, or any other game -- We've got you covered.
Informasi Dasar Ekstensi
Nama | View Streams! |
ID | caohgnfajjlomaolfpidhohnikmankjm |
URL Resmi | https://chromewebstore.google.com/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm |
Deskripsi | Finally, a stream browsing extension that you have the power to control. |
Ukuran File | 574 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2016-09-20 |
Tanggal Publikasi | 2016-09-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Brioux |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.5", "name": "View Streams!", "description": "Finally, a stream browsing extension that you have the power to control.", "icons": { "16": "css\/img\/icon_16x16.png", "48": "css\/img\/icon_48x48.png", "128": "css\/img\/icon_128x128.png" }, "permissions": [ "storage", "alarms", "https:\/\/api.twitch.tv\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "browser_action": { "default_popup": "index.html" }, "options_page": "options.html" } |