Push Blocker
Block push notifications from all sites
Was ist Push Blocker?
Push Blocker ist eine Chrome-Erweiterung, die von kruglov4bkjv entwickelt wurde, und ihr Hauptmerkmal ist "Block push notifications from all sites".
Erweiterungsscreenshots
Push Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Push Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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!
Grundlegende Informationen zur Erweiterung
Name | Push Blocker |
ID | ekljeoillbffchedponaceigjnbiffkm |
Offizielle URL | https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm |
Beschreibung | Block push notifications from all sites |
Dateigröße | 51.41 KB |
Installationsanzahl | 1,731 |
Aktuelle Version | 0.29 |
Letztes Update | 2019-05-31 |
Veröffentlichungsdatum | 2019-05-31 |
Bewertung | 4.13/5 Insgesamt 8 Bewertungen |
Entwickler | kruglov4bkjv |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |