Hulu Contrast

This extension will improve readability on the new Hulu website

Hvad er Hulu Contrast?

Hulu Contrast er en Chrome-udvidelse udviklet af voodoogiant, og dens hovedfunktion er "This extension will improve readability on the new Hulu website".

Udvidelsesskærmbilleder

screenshot

Download Hulu Contrast-udvidelses-CRX-fil

Download Hulu Contrast-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hulu Contrast Hulu Contrast
ID ekkeldiiibmhgkcdnibefefignhaoibb
Officiel URL https://chrome.google.com/webstore/detail/hulu-contrast/ekkeldiiibmhgkcdnibefefignhaoibb
Beskrivelse This extension will improve readability on the new Hulu website
Filstørrelse 4.1 KB
Antal Installationer 21
Nuværende Version 1.0
Senest Opdateret 2018-05-18
Udgivelsesdato 2018-05-18
Udvikler voodoogiant
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}