Loner Hulu

Removes that annoying Refer a Friend button from Hulu pages

Loner Hulu란 무엇입니까?

Loner Hulu은(는) KacobJeith에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes that annoying Refer a Friend button from Hulu pages"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Loner Hulu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}