SkipAds - no more video ads!

Automatically skip ads on YouTube and other websites

Τι είναι το SkipAds - no more video ads!;

Το SkipAds - no more video ads! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Youtube Ads Skip, και η κύρια λειτουργία του είναι "Automatically skip ads on YouTube and other websites".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SkipAds - no more video ads!

Λήψη αρχείων επέκτασης SkipAds - no more video ads! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SkipAds - no more video ads! SkipAds - no more video ads!
ID pbgcleacpaihhcogohancpfbhphiifgf
Επίσημο URL https://chromewebstore.google.com/detail/skipads-no-more-video-ads/pbgcleacpaihhcogohancpfbhphiifgf
Περιγραφή Automatically skip ads on YouTube and other websites
Μέγεθος Αρχείου 49.7 KB
Αριθμός Εγκαταστάσεων 800,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2024-02-03
Ημερομηνία Δημοσίευσης 2024-02-03
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Youtube Ads Skip
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1iOn--qOd5m8Mn1pJ_mhVx-2u9Oyjs99-EUey8uWvQGc/edit?usp=sharing
Υποστηριζόμενες Γλώσσες 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"
            }
        ]
    }
}