Hulu Contrast

This extension will improve readability on the new Hulu website

Wat is Hulu Contrast?

Hulu Contrast is een Chrome-extensie ontwikkeld door voodoogiant, en de belangrijkste functie is "This extension will improve readability on the new Hulu website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hulu Contrast

Download Hulu Contrast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hulu Contrast Hulu Contrast
ID ekkeldiiibmhgkcdnibefefignhaoibb
Officiële URL https://chrome.google.com/webstore/detail/hulu-contrast/ekkeldiiibmhgkcdnibefefignhaoibb
Beschrijving This extension will improve readability on the new Hulu website
Bestandsgrootte 4.1 KB
Aantal Installaties 21
Huidige Versie 1.0
Laatst Bijgewerkt 2018-05-18
Publicatiedatum 2018-05-18
Ontwikkelaar voodoogiant
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}