Loner Hulu

Removes that annoying Refer a Friend button from Hulu pages

Τι είναι το Loner Hulu;

Το Loner Hulu είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον KacobJeith, και η κύρια λειτουργία του είναι "Removes that annoying Refer a Friend button from Hulu pages".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Loner Hulu

Λήψη αρχείων επέκτασης Loner Hulu σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Loner Hulu Loner Hulu
ID doccdfcideapgphmoflilmpkjndlglfh
Επίσημο URL https://chrome.google.com/webstore/detail/loner-hulu/doccdfcideapgphmoflilmpkjndlglfh
Περιγραφή Removes that annoying Refer a Friend button from Hulu pages
Μέγεθος Αρχείου 12.57 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-07-07
Ημερομηνία Δημοσίευσης 2017-07-07
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής KacobJeith
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}