Adfly Notification Page Skipper

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

Qu'est-ce que Adfly Notification Page Skipper ?

Adfly Notification Page Skipper est une extension Chrome développée par mohamed khounti, et sa fonction principale est "adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Adfly Notification Page Skipper

Téléchargez les fichiers d'extension Adfly Notification Page Skipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
URL Officiel https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Description adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Taille du Fichier 42.04 KB
Nombre d'Installations 6,202
Version Actuelle 1.0
Dernière Mise à Jour 2020-06-16
Date de Publication 2020-06-15
Évaluation 4.58/5 Total 36 Évaluations
Développeur mohamed khounti
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}