Popup Blocker for Google Chrome™

Strictly block all popup requests from any website

Popup Blocker for Google Chrome™คืออะไร?

Popup Blocker for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://popup-blocker.dllplayer.com และคุณลักษณะหลักของมันคือ "Strictly block all popup requests from any website"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Popup Blocker for Google Chrome™

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

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

                        This is the top extension to block annoying popups, popunders & overlays in an easy & effective way.

Block all popups once you install this extension and enjoy your internet surfing experience once more.

Whitelist websites that you wish to support, so you can whitelist selected websites and see popup ads on those
websites.

Notification will popup when a popup ad has been blocked, and you can choose whether to unblock the ad.

You can also alert our servers whenever you find a popup which has not been blocked correctly. This allows us to update
our technology to ensure the popup blocker is working at 100%.                    

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

ชื่อ Popup Blocker for Google Chrome™ Popup Blocker for Google Chrome™
ID ddmhlmdockeihjdpbkcnnfnlcgjhccgk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/popup-blocker-for-google/ddmhlmdockeihjdpbkcnnfnlcgjhccgk
คำอธิบาย Strictly block all popup requests from any website
ขนาดไฟล์ 551 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-01-25
วันที่เผยแพร่ 2020-10-19
คะแนน 4.26/5 รวมทั้งหมด 101 คะแนน
ผู้พัฒนา https://popup-blocker.dllplayer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://popup-blocker.dllplayer.com
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/bg\/background-mv3.js"
    },
    "action": {
        "default_popup": "ui\/popup\/popup.html"
    },
    "commands": {
        "allow-last-request": {
            "description": "__MSG_context_item2__"
        },
        "deny-last-request": {
            "description": "__MSG_context_item3__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "inject\/blocker.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "inject\/iframe.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/popup-blocker.dllplayer.com\/",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "256": "icons\/256.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "512": "icons\/512.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_ui": {
        "open_in_tab": true,
        "page": "ui\/options\/index.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "ui\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}