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 là gì?

Pop-Out Chat Blocker là một tiện ích mở rộng Chrome được phát triển bởi AppDevelopment, và tính năng chính của nó là "Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pop-Out Chat Blocker

Tải xuống các tệp mở rộng Pop-Out Chat Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pop-Out Chat Blocker Pop-Out Chat Blocker
ID cfikodnmhcfijllkkiaangekcocodgpo
URL Chính Thức https://chrome.google.com/webstore/detail/pop-out-chat-blocker/cfikodnmhcfijllkkiaangekcocodgpo
Mô tả Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.
Kích Thước Tệp 26.12 KB
Số Lần Cài Đặt 554
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-02-08
Ngày Phát Hành 2021-01-18
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển AppDevelopment
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/pop-out-chatblocker
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}