Lightsoff
Turn all youtube into the dark but leaving the video you are watching, visible.
Co to jest Lightsoff?
Lightsoff to rozszerzenie Chrome opracowane przez Denis Ciccale, a jego główną funkcją jest „Turn all youtube into the dark but leaving the video you are watching, visible.”.
Pobierz plik CRX rozszerzenia Lightsoff
Pobierz pliki rozszerzeń Lightsoff 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
Turn all youtube into the dark but leaving the video you are watching, visible.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bjdkpnibhhhelepfmnknbkifbogllcpp |
Oficjalny URL | https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp |
Opis | Turn all youtube into the dark but leaving the video you are watching, visible. |
Rozmiar pliku | 86.22 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2017-04-18 |
Data Publikacji | 2017-04-18 |
Ocena | 1.67/5 Łącznie 6 Oceny |
Deweloper | Denis Ciccale |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lightsoff", "description": "Turn all youtube into the dark but leaving the video you are watching, visible.", "version": "1.0.2", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "lightsoff.js" ], "persistent": false }, "content_scripts": [ { "css": [ "lightsoff.css" ], "matches": [ "http:\/\/*.youtube.com\/watch*", "https:\/\/*.youtube.com\/watch*" ] } ], "browser_action": { "default_title": "Toggle Lightsoff", "default_icon": "icon128.png" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |