Hulu Contrast
This extension will improve readability on the new Hulu website
Co to jest Hulu Contrast?
Hulu Contrast to rozszerzenie Chrome opracowane przez voodoogiant, a jego główną funkcją jest „This extension will improve readability on the new Hulu website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hulu Contrast
Pobierz pliki rozszerzeń Hulu Contrast 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
This is a simple extension that adds some styling to the new Hulu website, which makes text more readable by using text shadow and darker backgrounds.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ekkeldiiibmhgkcdnibefefignhaoibb |
Oficjalny URL | https://chrome.google.com/webstore/detail/hulu-contrast/ekkeldiiibmhgkcdnibefefignhaoibb |
Opis | This extension will improve readability on the new Hulu website |
Rozmiar pliku | 4.1 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-05-18 |
Data Publikacji | 2018-05-18 |
Deweloper | voodoogiant |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hulu Contrast", "description": "This extension will improve readability on the new Hulu website", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "css": [ "hulu_contrast.css" ], "js": [ "hulu_contrast.js" ], "matches": [ "https:\/\/beta.hulu.com\/*", "https:\/\/new.hulu.com\/*" ] } ] } |