Hulu Contrast

This extension will improve readability on the new Hulu website

Qu'est-ce que Hulu Contrast ?

Hulu Contrast est une extension Chrome développée par voodoogiant, et sa fonction principale est "This extension will improve readability on the new Hulu website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hulu Contrast

Téléchargez les fichiers d'extension Hulu Contrast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hulu Contrast Hulu Contrast
ID ekkeldiiibmhgkcdnibefefignhaoibb
URL Officiel https://chrome.google.com/webstore/detail/hulu-contrast/ekkeldiiibmhgkcdnibefefignhaoibb
Description This extension will improve readability on the new Hulu website
Taille du Fichier 4.1 KB
Nombre d'Installations 21
Version Actuelle 1.0
Dernière Mise à Jour 2018-05-18
Date de Publication 2018-05-18
Développeur voodoogiant
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}