SkipAds - no more video ads!

Automatically skip ads on YouTube and other websites

What is SkipAds - no more video ads!?

SkipAds - no more video ads! is a Chrome extension developed by Youtube Ads Skip, and its main feature is "Automatically skip ads on YouTube and other websites".

Extension Screenshots

screenshot
screenshot

Download SkipAds - no more video ads! Extension CRX File

Download SkipAds - no more video 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

                        Say goodbye to annoying ads on YouTube with our Chrome extension, SkipAds. Whether you're listening to music or watching videos, this ad blocker ensures a seamless experience by automatically skipping video ads.

Installation is a breeze – simply add the extension to Chrome and refresh any open YouTube pages for the changes to take effect. SkipAds is designed to block all ads that appear at the beginning of tube videos, giving you uninterrupted access to millions of free music tracks and videos.

What sets SkipAds apart is its compatibility with both full-screen and floating popup window modes, catering to your preferences. No more waiting for skip ad buttons; our extension takes care of it for you.

Before using SkipAds, enduring video ads on YouTube required manual intervention – waiting for skip ad buttons to appear and then clicking them. Our extension simplifies this process by automatically locating and clicking the skip ad buttons within one second of them being displayed. This functionality extends to video overlay ads and column ads, which are seamlessly hidden.

Key Features:
⭐ Auto skip video ads on YouTube whenever possible
⭐ Adblocking on YouTube – removes most ads
⭐ Stealth mode – undetected by anti-adblock measures
⭐ Auto skip video ads on other websites and embedded videos

SkipAds is focusing on the latest silent ads that often go unnoticed by other ad blockers. The installation is straightforward, requiring no configuration. Our extension has been tested alongside popular ad blockers, blocking 100% of ads while excluding non-skippable ones.

For those wondering if ad blockers for YouTube still work, the answer is yes. SkipAds ensures that anyone with the extension installed enjoys an ad-free YouTube experience, providing uninterrupted video streaming.

Please note that in some instances, skipping a YouTube video ad may not be possible. However, SkipAds is free to download and use, offering a hassle-free solution to enhance your YouTube experience.                    

Extension Basic Information

Name SkipAds - no more video ads! SkipAds - no more video ads!
ID pbgcleacpaihhcogohancpfbhphiifgf
Official URL https://chromewebstore.google.com/detail/skipads-no-more-video-ads/pbgcleacpaihhcogohancpfbhphiifgf
Description Automatically skip ads on YouTube and other websites
File Size 49.7 KB
Installation Count 800,000
Current Version 1.0
Last Updated 2024-02-03
Publish Date 2024-02-03
Rating 4.33/5 Total 6 Ratings
Developer Youtube Ads Skip
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1iOn--qOd5m8Mn1pJ_mhVx-2u9Oyjs99-EUey8uWvQGc/edit?usp=sharing
Supported Languages id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "script\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "script\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script\/speedup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}