SkipAds - no more video ads!

Automatically skip ads on YouTube and other websites

Wat is SkipAds - no more video ads!?

SkipAds - no more video ads! is een Chrome-extensie ontwikkeld door Youtube Ads Skip, en de belangrijkste functie is "Automatically skip ads on YouTube and other websites".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SkipAds - no more video ads!

Download SkipAds - no more video ads!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SkipAds - no more video ads! SkipAds - no more video ads!
ID pbgcleacpaihhcogohancpfbhphiifgf
Officiële URL https://chromewebstore.google.com/detail/skipads-no-more-video-ads/pbgcleacpaihhcogohancpfbhphiifgf
Beschrijving Automatically skip ads on YouTube and other websites
Bestandsgrootte 49.7 KB
Aantal Installaties 800,000
Huidige Versie 1.0
Laatst Bijgewerkt 2024-02-03
Publicatiedatum 2024-02-03
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar Youtube Ads Skip
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1iOn--qOd5m8Mn1pJ_mhVx-2u9Oyjs99-EUey8uWvQGc/edit?usp=sharing
Ondersteunde Talen 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"
            }
        ]
    }
}