WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Skipper for Hulu.jp skip intros & recaps

Skipper for Hulu.jp skip intros & recaps

View on Chrome Web Store
View Skipper for Hulu.jp skip intros & recaps Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
36 views
This extension has been viewed 36 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically skip intros, recaps and click next episode button on Hulu.jp
Type
Extension
Users
117 users
1
BestChromeExtensions
View author page of BestChromeExtensions
Published
Published on October 9, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on June 10, 2025
lifestyle/entertainment
Extension Category
View on Chrome Web Store
View Skipper for Hulu.jp skip intros & recaps Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "ja",
    "version": "1.0.2",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "Hulu71Skipper.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.hulu.jp\/*"
            ]
        },
        {
            "js": [
                "options.js",
                "contentAll.js"
            ],
            "css": [
                "contentAll.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "36": "Hulu36Skipper.png",
        "71": "Hulu71Skipper.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Hulu36Skipper.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top