Best Popup Blocker

The Best Popup Blocker for your browser that blocks all new window requests.

Best Popup Blockerคืออะไร?

Best Popup Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aitrextechnologies และคุณลักษณะหลักของมันคือ "The Best Popup Blocker for your browser that blocks all new window requests."

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

screenshot

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

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

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

                        The Best Popup Blocker for your browser that blocks all new window requests.                    

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

ชื่อ Best Popup Blocker Best Popup Blocker
ID mnnhandgfgpjnboiefhhfagcefdknoeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/best-popup-blocker/mnnhandgfgpjnboiefhhfagcefdknoeg
คำอธิบาย The Best Popup Blocker for your browser that blocks all new window requests.
ขนาดไฟล์ 18.15 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2021-07-26
วันที่เผยแพร่ 2021-02-17
ผู้พัฒนา aitrextechnologies
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Best Popup Blocker",
    "author": "Aitrex",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}