Adfly Notification Page Skipper

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

Co to jest Adfly Notification Page Skipper?

Adfly Notification Page Skipper to rozszerzenie Chrome opracowane przez mohamed khounti, a jego główną funkcją jest „adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Adfly Notification Page Skipper

Pobierz pliki rozszerzeń Adfly Notification Page Skipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
Oficjalny URL https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Opis adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Rozmiar pliku 42.04 KB
Liczba instalacji 6,202
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-06-16
Data Publikacji 2020-06-15
Ocena 4.58/5 Łącznie 36 Oceny
Deweloper mohamed khounti
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}