HuluHoop

Skip Hulu's annoying welcome page.

What is HuluHoop?

HuluHoop is a Chrome extension developed by Veyda92, and its main feature is "Skip Hulu's annoying welcome page.".

Extension Screenshots

screenshot

Download HuluHoop Extension CRX File

Download HuluHoop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Stop jumping through hoops just to enjoy your shows on Hulu. This simple plugin bypasses the welcome screen that tries to sell you on the trial every single time you visit the site.                    

Extension Basic Information

Name HuluHoop HuluHoop
ID amhplafaigcapoieabchcjlnipnnpohj
Official URL https://chrome.google.com/webstore/detail/huluhoop/amhplafaigcapoieabchcjlnipnnpohj
Description Skip Hulu's annoying welcome page.
File Size 17.97 KB
Installation Count 49
Current Version 1.0.2
Last Updated 2016-05-14
Publish Date 2016-05-14
Rating 4.63/5 Total 8 Ratings
Developer Veyda92
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HuluHoop",
    "description": "Skip Hulu's annoying welcome page.",
    "version": "1.0.2",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "HuluHoop"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.hulu.com\/welcome*",
                "https:\/\/www.hulu.com\/welcome*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}