Block Chrome Notifications
Just 1 click block all your Chrome notifications (No more annoying ads).
Block Chrome Notifications란 무엇입니까?
Block Chrome Notifications은(는) https://www.w3technic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just 1 click block all your Chrome notifications (No more annoying ads)."입니다.
확장 프로그램 스크린샷
Block Chrome Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Disable all chrome notifications with one click when you need to focus and can't afford to get distracted. This extension adds a button to Chrome that turns off your Chrome notifications for all web pages. When the button is clicked again, the original notification settings are restored. No more unwanted notifications. No more annoying ADS. Install NOW!
확장 프로그램 기본 정보
이름 | Block Chrome Notifications |
ID | ghikdcejfdebjjhpljbebapifdpphbkc |
공식 URL | https://chromewebstore.google.com/detail/block-chrome-notification/ghikdcejfdebjjhpljbebapifdpphbkc |
설명 | Just 1 click block all your Chrome notifications (No more annoying ads). |
파일 크기 | 27.67 KB |
설치 횟수 | 1,325 |
현재 버전 | 1.1 |
최근 업데이트 | 2021-08-30 |
출시 날짜 | 2020-07-27 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | https://www.w3technic.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.w3technic.com/p/block-chrome-notifications.html |
도움말 페이지 URL | https://www.w3technic.com/p/block-chrome-notifications.html |
개인정보 보호 정책 페이지 URL | https://w3technic.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "version": "1.1", "manifest_version": 2, "default_locale": "en", "permissions": [ "contentSettings", "storage" ], "browser_action": { "theme_icons": [ { "light": "icon\/16.png", "size": 16 }, { "light": "icon\/32.png", "size": 32 }, { "light": "icon\/48.png", "size": 48 }, { "light": "icon\/64.png", "size": 64 } ] }, "background": { "persistent": false, "scripts": [ "background.js", "\/js\/update-conf.js", "\/js\/update.js" ] }, "homepage_url": "https:\/\/www.w3technic.com\/free-chrome-extensions\/block-chrome-notifications-in-just-1-click\/", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "offline_enabled": true } |