youtube ad skip

auto click close button for non youtube premium

What is youtube ad skip?

youtube ad skip is a Chrome extension developed by wjdenwls123, and its main feature is "auto click close button for non youtube premium".

Extension Screenshots

Download youtube ad skip Extension CRX File

Download youtube ad skip 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

                        auto click skip button or close button in chrome youtube                    

Extension Basic Information

Name youtube ad skip youtube ad skip
ID oekbfmhhcieoceebckjdkjaendiiplhd
Official URL https://chromewebstore.google.com/detail/youtube-ad-skip/oekbfmhhcieoceebckjdkjaendiiplhd
Description auto click close button for non youtube premium
File Size 4.34 KB
Installation Count 49
Current Version 1.2
Last Updated 2023-12-02
Publish Date 2022-03-07
Developer wjdenwls123
Email [email protected]
Payment Type free
Extension Website https://github.com/clucle/chrome-extension-youtube-ad-skip
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "youtube ad skip",
    "description": "auto click close button for non youtube premium",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/youtube-icon.png",
        "32": "\/images\/youtube-icon.png",
        "64": "\/images\/youtube-icon.png"
    }
}