Push Blocker

Block push notifications from all sites

Cos'è Push Blocker?

Push Blocker è un'estensione di Chrome sviluppata da kruglov4bkjv, e la sua funzione principale è "Block push notifications from all sites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Push Blocker

Scarica i file di estensione Push Blocker 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

                        - 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!                    

Informazioni di Base sull'Estensione

Nome Push Blocker Push Blocker
ID ekljeoillbffchedponaceigjnbiffkm
URL Ufficiale https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm
Descrizione Block push notifications from all sites
Dimensione del File 51.41 KB
Conteggio Installazioni 1,731
Versione Corrente 0.29
Ultimo Aggiornamento 2019-05-31
Data di Pubblicazione 2019-05-31
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore kruglov4bkjv
Tipo di Pagamento free
Lingue Supportate 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'"
}