Push Blocker
Block push notifications from all sites
Hvad er Push Blocker?
Push Blocker er en Chrome-udvidelse udviklet af kruglov4bkjv, og dens hovedfunktion er "Block push notifications from all sites".
Udvidelsesskærmbilleder
Download Push Blocker-udvidelses-CRX-fil
Download Push Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- 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!
Grundlæggende oplysninger om udvidelsen
Navn | Push Blocker |
ID | ekljeoillbffchedponaceigjnbiffkm |
Officiel URL | https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm |
Beskrivelse | Block push notifications from all sites |
Filstørrelse | 51.41 KB |
Antal Installationer | 1,731 |
Nuværende Version | 0.29 |
Senest Opdateret | 2019-05-31 |
Udgivelsesdato | 2019-05-31 |
Bedømmelse | 4.13/5 Samlet 8 Bedømmelser |
Udvikler | kruglov4bkjv |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |