Popup Blocker

This extension automatically closes tabs and windows opened by ad-requiring sites

Τι είναι το Popup Blocker;

Το Popup Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Olumidesan, και η κύρια λειτουργία του είναι "This extension automatically closes tabs and windows opened by ad-requiring sites".

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

screenshot
screenshot
screenshot

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

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

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

                        Ads can be annoying.

You may be browsing normally and then you click somewhere on the page and then a new tab opens, suddenly, pointing to an ad, without you initiating it. This extension automatically closes those tabs/windows. It's not an Adblocker; it's a tab/window-containing-ad closer. ;)

Once a site has that behaviour (where it opens random popups/tabs annoyingly), simply click on the extension and click "Add Site". Once that is done, the extension manages all tabs and windows opened from that particular site, automatically closing them if needed. To remove a site from the "monitored list", you can always click the extension again and click "Remove Site". 

Note that I intentionally created the extension to be lightweight, doing nothing but its intended task.

Note that after adding a site, all new tabs opened that start with the protocol+hostname of that site will be allowed; all others won't. This means that if https://www.adopeningsite.com is added, then all sites starting with https://www.adopeningsite.com like https://www.adopeningsite.com/clickads or https://www.adopeningsite.com/hoverads will be allowed to open in a new tab. The others will be automatically closed.

To purposely open a new tab that has its protocol+hostname different from that of the site, right click the link and choose "Purposely open in a new tab".                    

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

Όνομα Popup Blocker Popup Blocker
ID pecjjeljffnplfcclbbbklkpcbbkchdk
Επίσημο URL https://chromewebstore.google.com/detail/popup-blocker/pecjjeljffnplfcclbbbklkpcbbkchdk
Περιγραφή This extension automatically closes tabs and windows opened by ad-requiring sites
Μέγεθος Αρχείου 30.37 KB
Αριθμός Εγκαταστάσεων 1,270
Τρέχουσα Έκδοση 3.1.0
Τελευταία Ενημέρωση 2022-09-15
Ημερομηνία Δημοσίευσης 2020-01-23
Αξιολόγηση 4.00/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Olumidesan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/olumidesan/antipopup
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Popup Blocker",
    "description": "This extension automatically closes tabs and windows opened by ad-requiring sites",
    "version": "3.1.0",
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}