Black Out
Make your screen dark while casting a tab to a Chromecast.
Wat is Black Out?
Black Out is een Chrome-extensie ontwikkeld door gillstrom, en de belangrijkste functie is "Make your screen dark while casting a tab to a Chromecast.".
Extensie Screenshots
Download het CRX-bestand van de extensie Black Out
Download Black Out-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gepmpjdejgblofalijabkjdmicebgcih |
Officiële URL | https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih |
Beschrijving | Make your screen dark while casting a tab to a Chromecast. |
Bestandsgrootte | 87.23 KB |
Aantal Installaties | 333 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2014-04-28 |
Publicatiedatum | 2014-04-28 |
Beoordeling | 4.82/5 Totaal 11 Beoordelingen |
Ontwikkelaar | gillstrom |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | http://andreasgillstrom.se |
Ondersteunde Talen | 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:\/\/*\/*" ] } |