Loner Hulu

Removes that annoying Refer a Friend button from Hulu pages

O que é Loner Hulu?

Loner Hulu é uma extensão do Chrome desenvolvida por KacobJeith, e sua principal característica é "Removes that annoying Refer a Friend button from Hulu pages".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Loner Hulu

Baixe arquivos de extensão Loner Hulu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Loner Hulu Loner Hulu
ID doccdfcideapgphmoflilmpkjndlglfh
URL Oficial https://chrome.google.com/webstore/detail/loner-hulu/doccdfcideapgphmoflilmpkjndlglfh
Descrição Removes that annoying Refer a Friend button from Hulu pages
Tamanho do Arquivo 12.57 KB
Contagem de Instalações 13
Versão Atual 1.0
Última Atualização 2017-07-07
Data de Publicação 2017-07-07
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor KacobJeith
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}