Web Ad Block

Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…

Τι είναι το Web Ad Block;

Το Web Ad Block είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον emilykogan9, και η κύρια λειτουργία του είναι "Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Web Ad Block

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

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

                        Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. 

Automatically skip a commercial while playing videos, track usage time & many more things with Web Ad Block.
The extension simply gives an answer of how to block ads.

If you are tired of waiting for ads to end or clicking on skip buttons over your video, this extension is for you.
A simple ad skipper that automate the task of clicking on the skip ad button.

Who likes Interruption? No one. 
Web Ad Block works automatically. Just click "Add to Chrome", then visit your favorite streaming platforms and see the ads disappear! 

Contact us! Show support or leave your comments at: [email protected].

Visit our site to learn more and get our latest updates and news: https://webadblock.com/                    

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

Όνομα Web Ad Block Web Ad Block
ID jcfaaildckchafcpjaejklhdkembpnhc
Επίσημο URL https://chrome.google.com/webstore/detail/web-ad-block/jcfaaildckchafcpjaejklhdkembpnhc
Περιγραφή Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…
Μέγεθος Αρχείου 129 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 1.0.0.93
Τελευταία Ενημέρωση 2022-04-20
Ημερομηνία Δημοσίευσης 2022-04-07
Προγραμματιστής emilykogan9
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://webadblock.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://webadblock.com/#contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://webadblock.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "",
    "manifest_version": 3,
    "name": "Web Ad Block",
    "default_locale": "en",
    "version": "1.0.0.93",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}