NoPush

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

Cos'è NoPush?

NoPush è un'estensione di Chrome sviluppata da small-extension-publisher, e la sua funzione principale è "BLOCK ANNOYING NOTIFICATIONS in your Chrome browser ✅ Clean up your Chrome browser - fast and secure! ✅ Easy to use - just install…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NoPush

Scarica i file di estensione NoPush in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NoPush NoPush
ID ockgcmmekjialnahdojpbgaichddakmo
URL Ufficiale https://chrome.google.com/webstore/detail/nopush/ockgcmmekjialnahdojpbgaichddakmo
Descrizione BLOCK ANNOYING NOTIFICATIONS in your Chrome browser ✅ Clean up your Chrome browser - fast and secure! ✅ Easy to use - just install…
Dimensione del File 670 KB
Conteggio Installazioni 3,000
Versione Corrente 3.0.1
Ultimo Aggiornamento 2021-08-23
Data di Pubblicazione 2020-12-18
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore small-extension-publisher
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://myextension.online/privacy.html
Lingue Supportate 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:;"
    }
}