Pop up blocker for Chrome™ - Poper Blocker

Block popups, ads, cookie requests, trackers, notifications, ads on social media & more. A clean browsing experience starts today.

Τι είναι το Pop up blocker for Chrome™ - Poper Blocker;

Το Pop up blocker for Chrome™ - Poper Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://poperblocker.com, και η κύρια λειτουργία του είναι "Block popups, ads, cookie requests, trackers, notifications, ads on social media & more. A clean browsing experience starts today.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pop up blocker for Chrome™ - Poper Blocker

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

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

                        With Poper Blocker, you will enjoy a peaceful and distraction-free browsing experience by automatically blocking popups, ads, cookie request banners, site notifications, ads on social media platforms and on Youtube, trackers and much more!

🆕 NEW FEATURE - Tracker Blocking!
🕵️ Protect your privacy by blocking code that tracks your personal data and browsing behavior.
 
Get to know our key features: 

🛑 Block all types of popups, on any website:
You can now completely block any type of popup ad no matter what kind of website you’re browsing. Poper will remember what was blocked so that the popup remains blocked and out of sight.  

📰 Ad blocking on any site:
Enjoy browsing the internet by automatically hiding endless ads on any website (not including video ads).

▶️ Hide ads on YouTube videos:
Enjoy videos and music on YouTube without annoying ads.
 
👤 Remove ads and sponsored content on social media platforms:
Enjoy a distraction-free browsing experience on Facebook, Instagram, LinkedIn and Twitter without any ads that clog your feed. 

Plus - Social Media Content Filter: Control your feed on Facebook, Linkedin, Instagram and Twitter by hiding posts that contain any word you choose.

🍪 Hide cookie consent requests and messages from appearing when browsing:
Why do most websites demand our attention to view their cookie notification banner? 
Remove these banners and messages so you can have a seamless browsing experience.

🗑️ Remove advanced popups (overlays) that hide the content and pages you’re viewing:
Overlays are disruptive obstacles that create an image overlay on top of the webpage you are browsing. Most content blockers don’t stop overlays, but Poper Blocker does. 

 ❗ Block site notifications that disrupt your focus:
Consistent site notifications on a website you’re visiting are distracting and unnecessary. 
Poper will block all site notifications automatically.

🖱️ Hide any web interface element you want with a simple click:
Hide web elements and customize your browsing experience one click at a time. 

📖 View blocked content and activity history to understand what’s being blocked and where:
Look back at your Poper Blocker history to see what’s been blocked. You can make changes to your blocked content and activity history at any time.  

✔️ Create a Whitelist of sites where popups are allowed:
Make changes at any time to your list of approved sites.

Poper Blocker is a single-purpose Adblock extension for Chrome, that blocks all types of popups and ads across any and all websites. While you’re streaming your favorite show or game, browsing adult content, or reading the news, Poper Blocker works in the background to stop ad popups and notifies you when a popup has been blocked. This ensures not only distraction-free browsing but helps in maintaining a high CPU capacity, leading to smoother performance and functioning. 

Ready to stop popups, ads, overlays and intrusive notifications? Sign up today and enjoy a FREE 7-day trial and see how the internet is supposed to be. 

Our technology:

With our customers' help, we can map all websites that serve popups, overlays and popunders. Each URL visited is checked and registered against our database in order to identify the necessary blocking solution. Poper Blocker also receives and analyzes relevant data about visited sites. To block all popups efficiently, we’ll need your permission to access this information.

You’ll find everything else you need to know in our Privacy Policy:
https://poperblocker.com/privacy/                    

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

Όνομα Pop up blocker for Chrome™ - Poper Blocker Pop up blocker for Chrome™ - Poper Blocker
ID bkkbcggnhapdmkeljlodobbkopceiche
Επίσημο URL https://chromewebstore.google.com/detail/pop-up-blocker-for-chrome/bkkbcggnhapdmkeljlodobbkopceiche
Περιγραφή Block popups, ads, cookie requests, trackers, notifications, ads on social media & more. A clean browsing experience starts today.
Μέγεθος Αρχείου 2.73 MB
Αριθμός Εγκαταστάσεων 2,836,211
Τρέχουσα Έκδοση 6.8.0
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2020-06-03
Αξιολόγηση 4.77/5 Συνολικά 81040 Αξιολογήσεις
Προγραμματιστής https://poperblocker.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.poperblocker.com
Διεύθυνση URL της Σελίδας Βοήθειας https://poperblocker.com/feedback
URL της Σελίδας Πολιτικής Απορρήτου http://poperblocker.com/privacy.html
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,no,tr,da,es,es-419,it,pt-BR,pt-PT,fi,sv,el,ru,uk,iw,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "\/images\/icon19.png",
        "default_popup": "action.html",
        "default_title": "Poper Blocker"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "toast.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "contentSocialBlocker.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": false,
            "js": [
                "youtubeBlocker.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": false,
            "js": [
                "adsContent.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": false,
            "js": [
                "hooksManager.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/www.poperblocker.com",
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "contextMenus",
        "scripting",
        "webNavigation",
        "alarms"
    ],
    "optional_permissions": [
        "contentSettings"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "6.8.0",
    "version_name": "6.8.0",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "message.html",
                "injectScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "short_name": "Poper Blocker",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'  'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.poperblocker.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDALAAHG0bnAXJo\/KvLYa79Ciw8sIXbpiXHQmYZ8upJBgvIVIearA+5pwQUZ2ky54iyLYixfiX7vN5x9N2NZChwrNUPbH8Nqhrsnm5+QdhnsiZBFdq\/ryLM7mRFrRw0neewXIPqRkvbx7Ocfgb+dpixeVvrHUGM2dd\/r66IidHAYwIDAQAB"
}