Push Blocker
Block push notifications from all sites
什么是Push Blocker?
Push Blocker是由kruglov4bkjv开发的Chrome扩展程序,该扩展的主要功能是“Block push notifications from all sites”。
扩展截图
下载Push Blocker扩展crx文件
下载Push Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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'" } |