Auto Skip Youtube Ads

Auto Skip Youtube Ads

What is Auto Skip Youtube Ads?

Auto Skip Youtube Ads is a Chrome extension developed by Anuj Gupta, and its main feature is "Auto Skip Youtube Ads".

Extension Screenshots

screenshot
screenshot
screenshot

Download Auto Skip Youtube Ads Extension CRX File

Download Auto Skip Youtube Ads 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 skip Youtube Ads
Instead of completely blocking ads which prevents YouTube channels from earning any ad revenue, this extension detects ads appearing and clicks the skip button instantly, just like a regular user would, only much quicker and effortlessly.

It doesn't block ads, it just clicks close and skip for you automatically. Useful if you're tabbed out, or just lazy.

For banner ads, it clicks the close button - usually before the ad is even visible. 
For pre-roll ads that you have to watch for 5 seconds, it will click the skip button as soon as it can.                    

Extension Basic Information

Name Auto Skip Youtube Ads Auto Skip Youtube Ads
ID fcblefnaalnljhcbldiiaaglfchcmdmb
Official URL https://chromewebstore.google.com/detail/auto-skip-youtube-ads/fcblefnaalnljhcbldiiaaglfchcmdmb
Description Auto Skip Youtube Ads
File Size 15.89 KB
Installation Count 6,887
Current Version 1.04
Last Updated 2022-04-25
Publish Date 2020-05-01
Rating 4.41/5 Total 44 Ratings
Developer Anuj Gupta
Email [email protected]
Payment Type free
Extension Website https://anujnj11.github.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Skip Youtube Ads",
    "description": "Auto Skip Youtube Ads",
    "version": "1.04",
    "short_name": "Auto Skip Youtube Ads",
    "permissions": [],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipAds.min.js"
            ],
            "all_frames": true
        }
    ]
}