Push Blocker

Block push notifications from all sites

¿Qué es Push Blocker?

Push Blocker es una extensión de Chrome desarrollada por kruglov4bkjv, y su función principal es "Block push notifications from all sites".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Push Blocker

Descarga archivos de extensión Push Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Push Blocker Push Blocker
ID ekljeoillbffchedponaceigjnbiffkm
URL Oficial https://chromewebstore.google.com/detail/push-blocker/ekljeoillbffchedponaceigjnbiffkm
Descripción Block push notifications from all sites
Tamaño del Archivo 51.41 KB
Cantidad de Instalaciones 1,731
Versión Actual 0.29
Última Actualización 2019-05-31
Fecha de Publicación 2019-05-31
Calificación 4.13/5 Total de 8 Calificaciones
Desarrollador kruglov4bkjv
Tipo de Pago free
Idiomas Soportados 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'"
}