Black Out
Make your screen dark while casting a tab to a Chromecast.
Co to jest Black Out?
Black Out to rozszerzenie Chrome opracowane przez gillstrom, a jego główną funkcją jest „Make your screen dark while casting a tab to a Chromecast.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Black Out
Pobierz pliki rozszerzeń Black Out w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gepmpjdejgblofalijabkjdmicebgcih |
Oficjalny URL | https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih |
Opis | Make your screen dark while casting a tab to a Chromecast. |
Rozmiar pliku | 87.23 KB |
Liczba instalacji | 333 |
Aktualna Wersja | 0.0.0.2 |
Ostatnia Aktualizacja | 2014-04-28 |
Data Publikacji | 2014-04-28 |
Ocena | 4.82/5 Łącznie 11 Oceny |
Deweloper | gillstrom |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | http://andreasgillstrom.se |
Obsługiwane Języki | 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:\/\/*\/*" ] } |