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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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