Pop-Out Chat Blocker

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

Apa itu Pop-Out Chat Blocker?

Pop-Out Chat Blocker adalah ekstensi Chrome yang dikembangkan oleh AppDevelopment, dan fitur utamanya adalah "Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pop-Out Chat Blocker

Unduh file ekstensi Pop-Out Chat Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pop-Out Chat Blocker Pop-Out Chat Blocker
ID cfikodnmhcfijllkkiaangekcocodgpo
URL Resmi https://chrome.google.com/webstore/detail/pop-out-chat-blocker/cfikodnmhcfijllkkiaangekcocodgpo
Deskripsi Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.
Ukuran File 26.12 KB
Jumlah Instalasi 554
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-02-08
Tanggal Publikasi 2021-01-18
Penilaian 4.00/5 Total 4 Penilaian
Pengembang AppDevelopment
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/pop-out-chatblocker
Bahasa yang Didukung 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\/*"
    ]
}