Black Out
Make your screen dark while casting a tab to a Chromecast.
Cos'è Black Out?
Black Out è un'estensione di Chrome sviluppata da gillstrom, e la sua funzione principale è "Make your screen dark while casting a tab to a Chromecast.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Black Out
Scarica i file di estensione Black Out in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gepmpjdejgblofalijabkjdmicebgcih |
URL Ufficiale | https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih |
Descrizione | Make your screen dark while casting a tab to a Chromecast. |
Dimensione del File | 87.23 KB |
Conteggio Installazioni | 333 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2014-04-28 |
Data di Pubblicazione | 2014-04-28 |
Valutazione | 4.82/5 Totale 11 Valutazioni |
Sviluppatore | gillstrom |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://andreasgillstrom.se |
Lingue Supportate | 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:\/\/*\/*" ] } |