Adfly Notification Page Skipper

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

Cos'è Adfly Notification Page Skipper?

Adfly Notification Page Skipper è un'estensione di Chrome sviluppata da mohamed khounti, e la sua funzione principale è "adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Adfly Notification Page Skipper

Scarica i file di estensione Adfly Notification Page Skipper 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
URL Ufficiale https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Descrizione adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Dimensione del File 42.04 KB
Conteggio Installazioni 6,202
Versione Corrente 1.0
Ultimo Aggiornamento 2020-06-16
Data di Pubblicazione 2020-06-15
Valutazione 4.58/5 Totale 36 Valutazioni
Sviluppatore mohamed khounti
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}