Push Blocker
Block push notifications from all sites
Push Blocker란 무엇입니까?
Push Blocker은(는) kruglov4bkjv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block push notifications from all sites"입니다.
확장 프로그램 스크린샷
Push Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Tired of advertising on any site in your favorite browser? - Push notifications don't give you peace of mind? - You dreaded every second offers to purchase unnecessary things? We'll help! With Push Blocker you will forget about annoying push advertising forever and will be able to enjoy the Internet! Install and enjoy!
확장 프로그램 기본 정보
이름 | Push Blocker |
ID | ekljeoillbffchedponaceigjnbiffkm |
공식 URL | https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm |
설명 | Block push notifications from all sites |
파일 크기 | 51.41 KB |
설치 횟수 | 1,731 |
현재 버전 | 0.29 |
최근 업데이트 | 2019-05-31 |
출시 날짜 | 2019-05-31 |
평점 | 4.13/5 총 8 개의 평점 |
개발자 | kruglov4bkjv |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Push Blocker", "description": "Block push notifications from all sites", "version": "0.29", "background": { "scripts": [ "bg.js" ] }, "permissions": [ "contentSettings" ], "icons": { "256": "\/icons\/256.png", "128": "\/icons\/128.png", "64": "\/icons\/64.png", "32": "\/icons\/32.png" }, "browser_action": { "default_icon": { "256": "\/icons\/256.png", "128": "\/icons\/128.png", "64": "\/icons\/64.png", "32": "\/icons\/32.png" } }, "content_security_policy": "script-src 'self'; object-src 'self'" } |