YouTube Auto Ad-Skipper

This extension skip ads on YouTube automatically.

What is YouTube Auto Ad-Skipper?

YouTube Auto Ad-Skipper is a Chrome extension developed by Cavosz, and its main feature is "This extension skip ads on YouTube automatically.".

Extension Screenshots

screenshot

Download YouTube Auto Ad-Skipper Extension CRX File

Download YouTube Auto Ad-Skipper 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

                        Extension automatically click the skip button on YouTube when it's available. 
This extension does not block ads or skip ads on other websites.                    

Extension Basic Information

Name YouTube Auto Ad-Skipper YouTube Auto Ad-Skipper
ID kccbenoebeilhnjknnfokiojlnkmcoel
Official URL https://chromewebstore.google.com/detail/youtube-auto-ad-skipper/kccbenoebeilhnjknnfokiojlnkmcoel
Description This extension skip ads on YouTube automatically.
File Size 27.09 KB
Installation Count 54
Current Version 1.0
Last Updated 2022-10-18
Publish Date 2022-10-17
Developer Cavosz
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Auto Ad-Skipper",
    "description": "This extension skip ads on YouTube automatically.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_title": "Skip ads YT",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}