Loner Hulu

Removes that annoying Refer a Friend button from Hulu pages

Qu'est-ce que Loner Hulu ?

Loner Hulu est une extension Chrome développée par KacobJeith, et sa fonction principale est "Removes that annoying Refer a Friend button from Hulu pages".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Loner Hulu 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

                        A simple Chrome Extension that removes the annoying "Refer a Friend" button from Hulu

If you have recently watched Hulu on your computer, you may have experienced a mild annoyance at the giant green "Refer a Friend" button that obscures part of the show you're watching. You could always full-screen the viewer... but sometimes you just don't want to.

With the LonerHulu chrome extension, you can binge on your favorite Hulu shows without that giant green button reminding you that your friends are probably doing cooler things than you are right now.

** Disclaimer ** This extension is not affiliated with Hulu.                    

Informations de Base sur l'Extension

Nom Loner Hulu Loner Hulu
ID doccdfcideapgphmoflilmpkjndlglfh
URL Officiel https://chrome.google.com/webstore/detail/loner-hulu/doccdfcideapgphmoflilmpkjndlglfh
Description Removes that annoying Refer a Friend button from Hulu pages
Taille du Fichier 12.57 KB
Nombre d'Installations 13
Version Actuelle 1.0
Dernière Mise à Jour 2017-07-07
Date de Publication 2017-07-07
Évaluation 3.67/5 Total 3 Évaluations
Développeur KacobJeith
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": "Loner Hulu",
    "description": "Removes that annoying Refer a Friend button from Hulu pages",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hulu.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}