NoPush
NoPush blocks pushes from all sites
Hvad er NoPush?
NoPush er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "NoPush blocks pushes from all sites".
Udvidelsesskærmbilleder
Download NoPush-udvidelses-CRX-fil
Download NoPush-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
Are you tired of constantly pop-up push notifications? Your favorite sites turned into a nightmare? Constant requests from sites to the show pushes irritate and interfere with life? There is a way! With NoPush now you can blocks pushes from all sites. Install and enjoy!
Grundlæggende oplysninger om udvidelsen
Navn | NoPush |
ID | lhpckbimofmmlihkgccfhejhjdklcemp |
Officiel URL | https://chromewebstore.google.com/detail/nopush/lhpckbimofmmlihkgccfhejhjdklcemp |
Beskrivelse | NoPush blocks pushes from all sites |
Filstørrelse | 21.95 KB |
Antal Installationer | 2,823 |
Nuværende Version | 0.35 |
Senest Opdateret | 2019-06-28 |
Udgivelsesdato | 2019-06-26 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NoPush", "description": "NoPush blocks pushes from all sites", "version": "0.35", "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" } }, "background": { "scripts": [ "bg.js" ] }, "permissions": [ "contentSettings" ], "content_security_policy": "script-src 'self' ; object-src 'self';" } |