Adfly Notification Page Skipper

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

Co je Adfly Notification Page Skipper?

Adfly Notification Page Skipper je rozšíření Chrome vyvinuté mohamed khounti, a jeho hlavní funkcí je „adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Adfly Notification Page Skipper

Stáhněte si soubory rozšíření Adfly Notification Page Skipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
Oficiální URL https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Popis adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Velikost souboru 42.04 KB
Počet instalací 6,202
Aktuální Verze 1.0
Poslední Aktualizace 2020-06-16
Datum Vydání 2020-06-15
Hodnocení 4.58/5 Celkem 36 Hodnocení
Vývojář mohamed khounti
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}