Adfly Notification Page Skipper

adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser

¿Qué es Adfly Notification Page Skipper?

Adfly Notification Page Skipper es una extensión de Chrome desarrollada por mohamed khounti, y su función principal es "adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Adfly Notification Page Skipper

Descarga archivos de extensión Adfly Notification Page Skipper 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

                        adfly forcing you to allow notifications, get the download link without  allowing Notifications,you don't have to get those  ads and popups while you are browsing the web or watching your favorite movie.                    

Información Básica de la Extensión

Nombre Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
URL Oficial https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Descripción adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Tamaño del Archivo 42.04 KB
Cantidad de Instalaciones 6,202
Versión Actual 1.0
Última Actualización 2020-06-16
Fecha de Publicación 2020-06-15
Calificación 4.58/5 Total de 36 Calificaciones
Desarrollador mohamed khounti
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adfly Notification Page Skipper",
    "short_name": "Adfly notification skipper",
    "description": "adfly forcing you to allow notifications  with One Click : Get Download Link Without  Allowing Notifactions On Your Browser",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "skipper.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "skip"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}