WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Ad Auto-skipper

YouTube Ad Auto-skipper

View on Chrome Web Store
View YouTube Ad Auto-skipper Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (415 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.
Type
Extension
Users
90,000 users
10K
shreyadahal
View author page of shreyadahal
Published
Published on June 4, 2017
Version 2.2.0
Manifest version
3
Updated
Updated on November 11, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View YouTube Ad Auto-skipper 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": "YouTube Ad Auto-skipper",
    "short_name": "ad skipper",
    "description": "YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.",
    "manifest_version": 3,
    "version": "2.2.0",
    "author": "Shreya Dahal",
    "homepage_url": "https:\/\/github.com\/squgeim\/yt-ad-autoskipper",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/youtube.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                ".\/youtube_override.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "matches": [
                "http:\/\/localhost:5002\/*",
                "https:\/\/ad-auto-skipper.web.app\/*"
            ],
            "js": [
                ".\/adskipper.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Configure Ad Auto Skipper"
    },
    "options_page": "pages\/settings.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "logo.png"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:5002\/*",
            "https:\/\/ad-auto-skipper.web.app\/*"
        ]
    }
}
© 2025 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