Adfly Notification Page Skipper

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

Wat is Adfly Notification Page Skipper?

Adfly Notification Page Skipper is een Chrome-extensie ontwikkeld door mohamed khounti, en de belangrijkste functie is "adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Adfly Notification Page Skipper

Download Adfly Notification Page Skipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
Officiële URL https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Beschrijving adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Bestandsgrootte 42.04 KB
Aantal Installaties 6,202
Huidige Versie 1.0
Laatst Bijgewerkt 2020-06-16
Publicatiedatum 2020-06-15
Beoordeling 4.58/5 Totaal 36 Beoordelingen
Ontwikkelaar mohamed khounti
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}