Pop-Out Chat Blocker
Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.
Co to jest Pop-Out Chat Blocker?
Pop-Out Chat Blocker to rozszerzenie Chrome opracowane przez AppDevelopment, a jego główną funkcją jest „Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pop-Out Chat Blocker
Pobierz pliki rozszerzeń Pop-Out Chat Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cfikodnmhcfijllkkiaangekcocodgpo |
Oficjalny URL | https://chrome.google.com/webstore/detail/pop-out-chat-blocker/cfikodnmhcfijllkkiaangekcocodgpo |
Opis | Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others. |
Rozmiar pliku | 26.12 KB |
Liczba instalacji | 554 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2021-02-08 |
Data Publikacji | 2021-01-18 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | AppDevelopment |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://sites.google.com/view/pop-out-chatblocker |
Obsługiwane Języki | 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", " |