Black Out
Make your screen dark while casting a tab to a Chromecast.
Apa itu Black Out?
Black Out adalah ekstensi Chrome yang dikembangkan oleh gillstrom, dan fitur utamanya adalah "Make your screen dark while casting a tab to a Chromecast.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Black Out
Unduh file ekstensi Black Out 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
Make your TV dark in a click while casting a tab to a Chromecast. Restore the screen with a click on the dark tab or the icon. Perfect if you're casting a tab with Spotify, Soundcloud and so on.
Informasi Dasar Ekstensi
Nama | |
ID | gepmpjdejgblofalijabkjdmicebgcih |
URL Resmi | https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih |
Deskripsi | Make your screen dark while casting a tab to a Chromecast. |
Ukuran File | 87.23 KB |
Jumlah Instalasi | 333 |
Versi Saat Ini | 0.0.0.2 |
Terakhir Diperbarui | 2014-04-28 |
Tanggal Publikasi | 2014-04-28 |
Penilaian | 4.82/5 Total 11 Penilaian |
Pengembang | gillstrom |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | http://andreasgillstrom.se |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Black Out", "description": "Make your screen dark while casting a tab to a Chromecast.", "version": "0.0.0.2", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon_128.png" }, "web_accessible_resources": [ "background.js", "background.html", "jquery.min.js", "dark.js" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |