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是由https://poperblocker.com开发的Chrome扩展程序,该扩展的主要功能是“Block popups, ads, cookie requests, trackers, notifications, ads on social media & more. A clean browsing experience starts today.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Pop up blocker for Chrome™ - Poper Blocker扩展crx文件

下载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"
}