Adfly Notification Page Skipper

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

Was ist Adfly Notification Page Skipper?

Adfly Notification Page Skipper ist eine Chrome-Erweiterung, die von mohamed khounti entwickelt wurde, und ihr Hauptmerkmal ist "adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser".

Erweiterungsscreenshots

screenshot

Adfly Notification Page Skipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Adfly Notification Page Skipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
Offizielle URL https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Beschreibung adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Dateigröße 42.04 KB
Installationsanzahl 6,202
Aktuelle Version 1.0
Letztes Update 2020-06-16
Veröffentlichungsdatum 2020-06-15
Bewertung 4.58/5 Insgesamt 36 Bewertungen
Entwickler mohamed khounti
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}