Popup Blocker - Blocks annoying Popups

Blocks advertising popups from Streaming and Downloads sites

Popup Blocker - Blocks annoying Popupsคืออะไร?

Popup Blocker - Blocks annoying Popups เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://popupsblocker.org และคุณลักษณะหลักของมันคือ "Blocks advertising popups from Streaming and Downloads sites"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Popup Blocker - Blocks annoying Popups

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

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

                        Popup Blocker immediately closes Pop up Ads from your favorite Streaming and Downloads websites.

Features:
🚫 Blocks and automatically closes Popup ads on most streaming and download sites.
🥷Stealth - We are not detected as an Ad blocker by anti-adblock scripts.
⭐ Light  - We keep our code as light as possible to consume as little memory as possible.

We support removing Popups on ALL the major streaming and download sites. For the full list, consult our official page on : popupsblocker.org 

Why Popup Blocker and not ublock (or other ad blocker) ?
Because almost all other popup blocker are detected as Ad blockers. Youtube now blocks ad blockers and many other sites as well. Popup Blocker is not an ad blocker and is never detected as such, it just closes popup ads.

Can i use Popup Blocker with another Ad blocker ?
YES, but be careful, sites like Youtube might ask you to disable your conventional ad blocker. You will NEVER need to disable Popup Blocker.

✓ Permissions: we need default permissions on every website to close Popup Ads.

🚀 About
We monitor Streaming and Downloads sites for new urls of Popups 24/7 and add them to our list every day. If you find that a popup is not blocked, just wait 24h, it should be solved.
We understand the need for ads, but these popups are just too annoying, Popup Blocker is the solution.                    

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

ชื่อ Popup Blocker - Blocks annoying Popups Popup Blocker - Blocks annoying Popups
ID dhemafmfialpibmahglbfgjihhfheepp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/popup-blocker-blocks-anno/dhemafmfialpibmahglbfgjihhfheepp
คำอธิบาย Blocks advertising popups from Streaming and Downloads sites
ขนาดไฟล์ 22.16 KB
จำนวนการติดตั้ง 109,510
เวอร์ชันปัจจุบัน 1.0.17
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2023-11-19
คะแนน 4.10/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา https://popupsblocker.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://popupsblocker.org/index.html
URL หน้าช่วยเหลือ https://popupsblocker.org/index.html
URL หน้านโยบายความเป็นส่วนตัว https://popupsblocker.org/privacy.html
ภาษาที่รองรับ de,en,fr,nl,da,es,it,pt-BR,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "cs.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.0.17",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "web-accessible-resources\/*",
                "close.html",
                "128.png"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}