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是由AppDevelopment開發的Chrome擴展程式,該擴展的主要功能是“Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.”。

擴展截圖

screenshot

下載Pop-Out Chat Blocker擴展crx文件

下載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
官方網址 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\/*"
    ]
}