Pop-Out Chat Blocker

Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.

Pop-Out Chat Blockerคืออะไร?

Pop-Out Chat Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AppDevelopment และคุณลักษณะหลักของมันคือ "Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pop-Out Chat Blocker

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

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

                        Pop-Out Chat Blocker removes chat pop-ups and helper windows from all websites you visit. Tired of annoying popups and tizzy sounds from chat windows almost on all websites? Add our Pop-Out Chat Blocker to your Chrome and forget about useless and bothering chat windows, help pop-ups, etc.
Use settings menu to customize your experience by adding trusted websites or enable blocking chats on all websites.                    

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

ชื่อ Pop-Out Chat Blocker Pop-Out Chat Blocker
ID cfikodnmhcfijllkkiaangekcocodgpo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pop-out-chat-blocker/cfikodnmhcfijllkkiaangekcocodgpo
คำอธิบาย Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.
ขนาดไฟล์ 26.12 KB
จำนวนการติดตั้ง 554
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-02-08
วันที่เผยแพร่ 2021-01-18
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา AppDevelopment
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/pop-out-chatblocker
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png",
        "256": "img\/icon_256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_popup": "\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "css\/*",
        "img\/*"
    ]
}