SkipAds for Youtube

Automatically skip ads on youtube videos!

Τι είναι το SkipAds for Youtube;

Το SkipAds for Youtube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον admin, και η κύρια λειτουργία του είναι "Automatically skip ads on youtube videos!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SkipAds for Youtube

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

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

                        Introducing the ultimate solution to non-skippable ads on YouTube - our Ad Skip extension! Say goodbye to the frustration of waiting for those pesky ads to finish, and enjoy uninterrupted video streaming with our automatic ad skipping feature.

Our extension automatically detects and skips video ads within 5 seconds, hides ad banners, and locks pre-rolls, giving you a seamless viewing experience. Plus, it even removes most ads from YouTube and works on the latest silent ads that other popular ad blocker extensions can't handle.

No more clicking on the skip ad or skip ads buttons, our extension does it all for you in less than 1 second! It's easy to install and works only on youtube.com, making it the perfect solution for your video streaming needs.

With Ad Skip, you get:
⭐ Automatic ad skipping on YouTube
⭐ Adblocking on YouTube - removing most ads
⭐ Stealth mode - not detected by anti-ad block

Whether you're in full screen or floating popup window mode, our extension has got you covered. Download Ad Skip today and enjoy millions of free music and videos on YouTube without any interruptions. Best of all, it's completely free to download and use!                    

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

Όνομα SkipAds for Youtube SkipAds for Youtube
ID bcappnbhlaicekdeeolchjbpadlajjeb
Επίσημο URL https://chrome.google.com/webstore/detail/skipads-for-youtube/bcappnbhlaicekdeeolchjbpadlajjeb
Περιγραφή Automatically skip ads on youtube videos!
Μέγεθος Αρχείου 144 KB
Αριθμός Εγκαταστάσεων 104,615
Τρέχουσα Έκδοση 2.7.2
Τελευταία Ενημέρωση 2023-09-21
Ημερομηνία Δημοσίευσης 2023-03-28
Αξιολόγηση 4.46/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής admin
Ηλεκτρονικό ταχυδρομείο [email protected]
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,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,iw,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,
    "default_locale": "en",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "2.7.2",
    "icons": {
        "512": "resources\/advertise_512.png",
        "256": "resources\/advertise_256.png",
        "128": "resources\/advertise_128.png",
        "64": "resources\/advertise_64.png",
        "32": "resources\/advertise_32.png"
    },
    "background": {
        "service_worker": "script\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content\/content_yt_main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}