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 là gì?

Pop up blocker for Chrome™ - Poper Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://poperblocker.com, và tính năng chính của nó là "Block popups, ads, cookie requests, trackers, notifications, ads on social media & more. A clean browsing experience starts today.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pop up blocker for Chrome™ - Poper Blocker

Tải xuống các tệp mở rộng Pop up blocker for Chrome™ - Poper Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pop up blocker for Chrome™ - Poper Blocker Pop up blocker for Chrome™ - Poper Blocker
ID bkkbcggnhapdmkeljlodobbkopceiche
URL Chính Thức https://chromewebstore.google.com/detail/pop-up-blocker-for-chrome/bkkbcggnhapdmkeljlodobbkopceiche
Mô tả Block popups, ads, cookie requests, trackers, notifications, ads on social media & more. A clean browsing experience starts today.
Kích Thước Tệp 2.73 MB
Số Lần Cài Đặt 2,836,211
Phiên Bản Hiện Tại 6.8.0
Cập Nhật Lần Cuối 2024-02-29
Ngày Phát Hành 2020-06-03
Đánh Giá 4.77/5 Tổng số 81040 Đánh Giá
Nhà Phát Triển https://poperblocker.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.poperblocker.com
URL Trang Trợ Giúp https://poperblocker.com/feedback
URL Trang Chính Sách Bảo Mật http://poperblocker.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}