Popup Blocker - adblock for Chrome

Block popups, ads, cookie requests, trackers, notifications. Adblock for YouTube, Facebook, Twitch and many. The best ad blocker.

Τι είναι το Popup Blocker - adblock for Chrome;

Το Popup Blocker - adblock for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PopupBlocker, και η κύρια λειτουργία του είναι "Block popups, ads, cookie requests, trackers, notifications. Adblock for YouTube, Facebook, Twitch and many. The best ad blocker.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Popup Blocker - adblock for Chrome

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

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

                        Popup Blocker -  ensures a serene and undisturbed browsing encounter by automatically preventing popups, advertisements, cookie requests, site notifications, social media and YouTube ads, trackers, and various other interruptions, granting you a distraction-free experience.

You'll receive a badge count and the choice of page notifications whenever a popup is blocked. If multiple identical requests are made, the badge counter on the notification increases. The extension automatically permits or declines requests for sites you've visited before, recognizing your prior decisions to take action accordingly.

Prevent all forms of popups across any website.
You're now able to entirely prevent popup ads, regardless of the site you're visiting. The extension will recall the blocked content, ensuring the popups stay blocked and hidden from view.

Extension immediately closes Pop up Ads from your favorite Streaming and Downloads websites.

Prevent site notifications that disturb your concentration.
Frequent site notifications while browsing a specific website can be disruptive and unnecessary. Popup Block will automatically prevent all site notifications.

Conceal cookie consent prompts and messages while you browse.
Why must websites constantly require our attention for their cookie notification banners? Eliminate these banners and messages for a smoother, interruption-free browsing experience.

Do I need an Adblock?
This extension doesn't hinder network requests or ads similar to adblock extensions. It serves a specific purpose, safeguarding you from popups and popunders. For an enhanced browsing experience, pair this extension with Adblock. Think of it as an additional tool to minimize distractions and interruptions.

Can i use Popup Blocker with another Adblocker ?
Yes, but be careful, sites like Youtube might ask you to disable your conventional ad blocker. You will never need to disable Popup Block.

Ready to stop popups, ads, overlays and intrusive notifications? 
Then this Adblocker one is just for you!

Please, rate us! We work hard to provide you with the best experience. If you like our extension, please provide us with a 5 star rating!                    

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

Όνομα Popup Blocker - adblock for Chrome Popup Blocker - adblock for Chrome
ID ddbjkeokchfmmigaifbkeodfkggofelm
Επίσημο URL https://chromewebstore.google.com/detail/popup-blocker-adblock-for/ddbjkeokchfmmigaifbkeodfkggofelm
Περιγραφή Block popups, ads, cookie requests, trackers, notifications. Adblock for YouTube, Facebook, Twitch and many. The best ad blocker.
Μέγεθος Αρχείου 239 KB
Αριθμός Εγκαταστάσεων 2,183
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2024-01-22
Ημερομηνία Δημοσίευσης 2023-11-22
Αξιολόγηση 3.90/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής PopupBlocker
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/popupblock/pravicy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.4",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "serviceworker.js"
    },
    "action": {
        "default_popup": "\/window\/window.html"
    },
    "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/popup-blocker-for-chrome\/ddbjkeokchfmmigaifbkeodfkggofelm",
    "icons": {
        "64": "\/assets\/icon64.png",
        "128": "\/assets\/icon128.png"
    },
    "options_ui": {
        "page": "\/settings\/setting.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/containers\/container.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": [],
        "allow-last-request": {
            "description": "Allow the last popup request"
        },
        "deny-last-request": {
            "description": "Deny the last popup request"
        }
    }
}