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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pop-Out Chat Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}