WebExtension.net
WebExtension.net

JadSkip: Adblock for Youtube and Youtube Music

View on Chrome Web Store
View JadSkip: Adblock for Youtube and Youtube Music Chrome Extension on Chrome Web Store
4.3 (50 ratings)

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

Block ads on YouTube and YouTube Music, make sure to disable all other extensions before using.
Type
Extension
Users
20,000 users
Jcomp
View author page of Jcomp
Published
Published on November 14, 2023
Version 2.1
Manifest version
3
Updated
Updated on July 19, 2024
View on Chrome Web Store
View JadSkip: Adblock for Youtube and Youtube Music Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_brand__",
    "version": "2.1",
    "description": "__MSG_brand_desc__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-120.png"
    },
    "action": {
        "default_icon": "assets\/icon-120.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/feed\/channels"
            ],
            "js": [
                "js\/function.js",
                "js\/yt\/content.js",
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "js\/function.js",
                "js\/ytm\/content.js",
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/channel.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/channels"
            ],
            "js": [
                "js\/function.js",
                "js\/channel.js"
            ],
            "css": [
                "css\/channel.css"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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