Ad 'n Popup-Blocker
Blocks ads and ad popups from thousands of sources.
Τι είναι το Ad 'n Popup-Blocker;
Το Ad 'n Popup-Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adnpopupblocker.com, και η κύρια λειτουργία του είναι "Blocks ads and ad popups from thousands of sources.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ad 'n Popup-Blocker
Λήψη αρχείων επέκτασης Ad 'n Popup-Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension can block advertisements on many pages from many sources. Besides, it can also block ad pop-ups or close them automatically. (The list of URLs to be blocked is constantly being expanded. If you see ads that have not been blocked, please feel free to contact us). Features: ⭐️ Ad Blocking - It can block advertisements. (We are constantly trying to expand the list of URLs of advertising distributors.) ⭐️ Ad Pop-Up Blocking - We check if a popup is an ad (i.e. the URL is in the "black list") and block/close it. ⭐️ Faster loading times - Blocking ads can speed up the loading time of web pages. Permissions: Unlike traditional extensions, this extension only requires the default permissions on each website for it to block ads. This extension uses a simple filter to detect and block unwanted URLs (so-called distribution URLs) and is also completely free.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Ad 'n Popup-Blocker |
ID | jknaiemmajopmpcpmmheafgjbhpjnedk |
Επίσημο URL | https://chromewebstore.google.com/detail/ad-n-popup-blocker/jknaiemmajopmpcpmmheafgjbhpjnedk |
Περιγραφή | Blocks ads and ad popups from thousands of sources. |
Μέγεθος Αρχείου | 25.74 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 2.0.0.1 |
Τελευταία Ενημέρωση | 2021-10-05 |
Ημερομηνία Δημοσίευσης | 2021-10-05 |
Προγραμματιστής | https://adnpopupblocker.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.ads-secured.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | de,en,fr,nl,es,it,pl,fi,sv |
manifest.json | |
{ "description": "__MSG_extension_description__", "version": "2.0.0.1", "background": { "persistent": true, "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_popup": "html\/popup.html" }, "default_locale": "en", "icons": { "32": "images\/icons\/32x32.png", "64": "images\/icons\/64x64.png", "128": "images\/icons\/128x128.png" }, "manifest_version": 2, "name": "Ad 'n Popup-Blocker", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "webNavigation", "webRequest", "webRequestBlocking" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "*.json" ] } |