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'" } |