Popup Blocker Pro

Blocks popups and popunders and makes you feel better.

Popup Blocker Proคืออะไร?

Popup Blocker Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://popup-blocker.org และคุณลักษณะหลักของมันคือ "Blocks popups and popunders and makes you feel better."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Popup Blocker Pro

ดาวน์โหลดไฟล์ส่วนขยาย Popup Blocker Pro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Popup Blocker Pro: The Ultimate Solution for Unwanted Popups

Experience a cleaner, smoother browsing experience with Popup Blocker Pro, the leading Chrome extension designed to effectively block all unwanted popups and popunders. Whether you're reading an article, shopping online, or streaming, Popup Blocker Pro ensures your session remains uninterrupted by pesky advertisements and unwanted content.

Key Features:

Efficient Popup Blocking: Automatically detects and blocks intrusive popups and popunders on any site you visit, maintaining the quality of your online experience.

Instant Notifications: Stay informed with real-time alerts each time Popup Blocker Pro blocks a popup, keeping you in control of what you see.

Customizable Whitelisting: Easily add your preferred websites to a whitelist, allowing popups on sites you trust. This feature is perfect for websites where popups enhance your experience.

Sync Across Devices: With cloud synchronization, your whitelist settings are consistently applied across all Chrome browsers where you're signed in, ensuring a seamless browsing experience on all your devices.

User-Friendly Interface: A straightforward, easy-to-navigate interface makes managing your settings and preferences hassle-free.

Why Choose Popup Blocker Pro?

Enjoy an ad-free browsing environment.
Enhance your productivity by eliminating distractions.
Protect your device from potentially harmful content.
Optimize your browsing speed by reducing unnecessary data load.
Download Now:

Elevate your browsing experience today with Popup Blocker Pro – the efficient, user-friendly, and reliable solution for all your popup blocking needs. Download now from the Chrome Web Store and take the first step towards a more enjoyable and secure online experience!

Note: We have other banners of other extensions that we have to help promote all our extensions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Popup Blocker Pro Popup Blocker Pro
ID kiodaajmphnkcajieajajinghpejdjai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/popup-blocker-pro/kiodaajmphnkcajieajajinghpejdjai
คำอธิบาย Blocks popups and popunders and makes you feel better.
ขนาดไฟล์ 468 KB
จำนวนการติดตั้ง 395,031
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2023-12-19
วันที่เผยแพร่ 2020-03-09
คะแนน 4.30/5 รวมทั้งหมด 7743 คะแนน
ผู้พัฒนา https://popup-blocker.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://popup-blocker.org
URL หน้านโยบายความเป็นส่วนตัว http://popup-blocker.org/privacy.php
ภาษาที่รองรับ de,en,fr,nl,da,es,it,fi,ru,hi,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/popup-blocker.org",
    "icons": {
        "128": "\/assets\/images\/icon128.png",
        "16": "\/assets\/images\/icon16.png",
        "48": "\/assets\/images\/icon48.png"
    },
    "background": {
        "service_worker": "\/js\/sw.js"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/images\/icon16.png",
            "24": "\/assets\/images\/icon24.png",
            "32": "\/assets\/images\/icon32.png"
        },
        "default_popup": "\/html\/popup.html",
        "default_title": "Popup Blocker Pro"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/assets\/css\/toast.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/images\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "js\/inject.js",
                "js\/cancel-inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "incognito": "split",
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "webRequest",
        "declarativeNetRequest",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}