NoPush

BLOCK ANNOYING NOTIFICATIONS in your Chrome browser ✅ Clean up your Chrome browser - fast and secure! ✅ Easy to use - just install…

Wat is NoPush?

NoPush is een Chrome-extensie ontwikkeld door small-extension-publisher, en de belangrijkste functie is "BLOCK ANNOYING NOTIFICATIONS in your Chrome browser ✅ Clean up your Chrome browser - fast and secure! ✅ Easy to use - just install…".

Extensie Screenshots

screenshot
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

                        BLOCK ANNOYING NOTIFICATIONS in your Chrome browser
✅ Clean up your Chrome browser - fast and secure!
✅ Easy to use - just install and enable the extension.
✅ No more unwanted Ads in your browser                    

Basisinformatie over de Extensie

Naam NoPush NoPush
ID ockgcmmekjialnahdojpbgaichddakmo
Officiële URL https://chrome.google.com/webstore/detail/nopush/ockgcmmekjialnahdojpbgaichddakmo
Beschrijving BLOCK ANNOYING NOTIFICATIONS in your Chrome browser ✅ Clean up your Chrome browser - fast and secure! ✅ Easy to use - just install…
Bestandsgrootte 670 KB
Aantal Installaties 3,000
Huidige Versie 3.0.1
Laatst Bijgewerkt 2021-08-23
Publicatiedatum 2020-12-18
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar small-extension-publisher
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://myextension.online/privacy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoPush",
    "version": "3.0.1",
    "permissions": [
        "contentSettings",
        "storage",
        "scripting"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-min.js",
                "libs\/jquery.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* data: blob: filesystem:;"
    }
}