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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocking pop-out chats on all or selected websites. No more obstructive Support Chats, useless Help Windows and others."입니다.
확장 프로그램 스크린샷
Pop-Out Chat Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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", " |