Push Blocker
Block push notifications from all sites
Push Blocker là gì?
Push Blocker là một tiện ích mở rộng Chrome được phát triển bởi kruglov4bkjv, và tính năng chính của nó là "Block push notifications from all sites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Push Blocker
Tải xuống các tệp mở rộng Push Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Push Blocker |
ID | ekljeoillbffchedponaceigjnbiffkm |
URL Chính Thức | https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm |
Mô tả | Block push notifications from all sites |
Kích Thước Tệp | 51.41 KB |
Số Lần Cài Đặt | 1,731 |
Phiên Bản Hiện Tại | 0.29 |
Cập Nhật Lần Cuối | 2019-05-31 |
Ngày Phát Hành | 2019-05-31 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | kruglov4bkjv |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |