NoPush

NoPush blocks pushes from all sites

Wat is NoPush?

NoPush is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "NoPush blocks pushes from all sites".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NoPush

Download NoPush-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

                        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!                    

Basisinformatie over de Extensie

Naam NoPush NoPush
ID lhpckbimofmmlihkgccfhejhjdklcemp
Officiële URL https://chromewebstore.google.com/detail/nopush/lhpckbimofmmlihkgccfhejhjdklcemp
Beschrijving NoPush blocks pushes from all sites
Bestandsgrootte 21.95 KB
Aantal Installaties 2,823
Huidige Versie 0.35
Laatst Bijgewerkt 2019-06-28
Publicatiedatum 2019-06-26
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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';"
}