Black Out
Make your screen dark while casting a tab to a Chromecast.
Vad är Black Out?
Black Out är en Chrome-tillägg utvecklad av gillstrom, och dess huvudfunktion är "Make your screen dark while casting a tab to a Chromecast.".
Tilläggsskärmbilder
Ladda ner Black Out-förlängningens CRX-fil
Ladda ner Black Out-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | gepmpjdejgblofalijabkjdmicebgcih |
Officiell webbadress | https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih |
Beskrivning | Make your screen dark while casting a tab to a Chromecast. |
Filstorlek | 87.23 KB |
Antal Installationer | 333 |
Aktuell Version | 0.0.0.2 |
Senast Uppdaterad | 2014-04-28 |
Publiceringsdatum | 2014-04-28 |
Betyg | 4.82/5 Totalt 11 Betyg |
Utvecklare | gillstrom |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | http://andreasgillstrom.se |
Stödda Språk | 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:\/\/*\/*" ] } |