Popup Blocker - Blocks annoying Popups
Blocks advertising popups from Streaming and Downloads sites
Τι είναι το Popup Blocker - Blocks annoying Popups;
Το Popup Blocker - Blocks annoying Popups είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://popupsblocker.org, και η κύρια λειτουργία του είναι "Blocks advertising popups from Streaming and Downloads sites".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Popup Blocker - Blocks annoying Popups
Λήψη αρχείων επέκτασης Popup Blocker - Blocks annoying Popups σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Popup Blocker immediately closes Pop up Ads from your favorite Streaming and Downloads websites. Features: 🚫 Blocks and automatically closes Popup ads on most streaming and download sites. 🥷Stealth - We are not detected as an Ad blocker by anti-adblock scripts. ⭐ Light - We keep our code as light as possible to consume as little memory as possible. We support removing Popups on ALL the major streaming and download sites. For the full list, consult our official page on : popupsblocker.org Why Popup Blocker and not ublock (or other ad blocker) ? Because almost all other popup blocker are detected as Ad blockers. Youtube now blocks ad blockers and many other sites as well. Popup Blocker is not an ad blocker and is never detected as such, it just closes popup ads. Can i use Popup Blocker with another Ad blocker ? YES, but be careful, sites like Youtube might ask you to disable your conventional ad blocker. You will NEVER need to disable Popup Blocker. ✓ Permissions: we need default permissions on every website to close Popup Ads. 🚀 About We monitor Streaming and Downloads sites for new urls of Popups 24/7 and add them to our list every day. If you find that a popup is not blocked, just wait 24h, it should be solved. We understand the need for ads, but these popups are just too annoying, Popup Blocker is the solution.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Popup Blocker - Blocks annoying Popups |
ID | dhemafmfialpibmahglbfgjihhfheepp |
Επίσημο URL | https://chromewebstore.google.com/detail/popup-blocker-blocks-anno/dhemafmfialpibmahglbfgjihhfheepp |
Περιγραφή | Blocks advertising popups from Streaming and Downloads sites |
Μέγεθος Αρχείου | 22.16 KB |
Αριθμός Εγκαταστάσεων | 109,510 |
Τρέχουσα Έκδοση | 1.0.17 |
Τελευταία Ενημέρωση | 2023-12-12 |
Ημερομηνία Δημοσίευσης | 2023-11-19 |
Αξιολόγηση | 4.10/5 Συνολικά 39 Αξιολογήσεις |
Προγραμματιστής | https://popupsblocker.org |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://popupsblocker.org/index.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://popupsblocker.org/index.html |
URL της Σελίδας Πολιτικής Απορρήτου | https://popupsblocker.org/privacy.html |
Υποστηριζόμενες Γλώσσες | de,en,fr,nl,da,es,it,pt-BR,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "sw.js" }, "content_scripts": [ { "all_frames": false, "js": [ "cs.js" ], "match_about_blank": true, "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "host_permissions": [ " |