Youtube Ads AutoSkip

Youtube Ads AutoSkip.

What is Youtube Ads AutoSkip?

Youtube Ads AutoSkip is a Chrome extension developed by Jin, and its main feature is "Youtube Ads AutoSkip.".

Extension Screenshots

screenshot

Download Youtube Ads AutoSkip Extension CRX File

Download Youtube Ads AutoSkip 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

                        This extension will auto skip ads on the youtube.
Just simple, easy to use.
=======================
1. Auto skip instead of block.
2. You will see Ads that less than 1 second. (very fast and not different for you)
3. free to use and enjoy it.
=======================
[ About this ]
Just a side project, I don't promise quality of extension.
If this extension so useful for you, That's great.

[v1.0.4]
1. Remove unused permission.                    

Extension Basic Information

Name Youtube Ads AutoSkip Youtube Ads AutoSkip
ID lbpkboobaninkmhefjjcakbllbafmccj
Official URL https://chromewebstore.google.com/detail/youtube-ads-autoskip/lbpkboobaninkmhefjjcakbllbafmccj
Description Youtube Ads AutoSkip.
File Size 6.85 KB
Installation Count 5,638
Current Version 1.0.4
Last Updated 2024-02-08
Publish Date 2023-11-15
Rating 4.96/5 Total 27 Ratings
Developer Jin
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Ads AutoSkip",
    "version": "1.0.4",
    "description": "Youtube Ads AutoSkip.",
    "action": {
        "default_title": "Youtube Ads AutoSkip",
        "default_popup": "index.html",
        "default_icon": "ytb.png"
    },
    "background": {
        "service_worker": "main.js"
    },
    "icons": {
        "128": "ytb.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "tabs",
        "scripting"
    ]
}