Adfly Notification Page Skipper

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

Hvad er Adfly Notification Page Skipper?

Adfly Notification Page Skipper er en Chrome-udvidelse udviklet af mohamed khounti, og dens hovedfunktion er "adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser".

Udvidelsesskærmbilleder

screenshot

Download Adfly Notification Page Skipper-udvidelses-CRX-fil

Download Adfly Notification Page Skipper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
Officiel URL https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Beskrivelse adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Filstørrelse 42.04 KB
Antal Installationer 6,202
Nuværende Version 1.0
Senest Opdateret 2020-06-16
Udgivelsesdato 2020-06-15
Bedømmelse 4.58/5 Samlet 36 Bedømmelser
Udvikler mohamed khounti
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}