Push Blocker
Block push notifications from all sites
Wat is Push Blocker?
Push Blocker is een Chrome-extensie ontwikkeld door kruglov4bkjv, en de belangrijkste functie is "Block push notifications from all sites".
Extensie Screenshots
Download het CRX-bestand van de extensie Push Blocker
Download Push Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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!
Basisinformatie over de Extensie
Naam | Push Blocker |
ID | ekljeoillbffchedponaceigjnbiffkm |
Officiële URL | https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm |
Beschrijving | Block push notifications from all sites |
Bestandsgrootte | 51.41 KB |
Aantal Installaties | 1,731 |
Huidige Versie | 0.29 |
Laatst Bijgewerkt | 2019-05-31 |
Publicatiedatum | 2019-05-31 |
Beoordeling | 4.13/5 Totaal 8 Beoordelingen |
Ontwikkelaar | kruglov4bkjv |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |