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