Adfly Notification Page Skipper

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

Apa itu Adfly Notification Page Skipper?

Adfly Notification Page Skipper adalah ekstensi Chrome yang dikembangkan oleh mohamed khounti, dan fitur utamanya adalah "adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Adfly Notification Page Skipper

Unduh file ekstensi Adfly Notification Page Skipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Adfly Notification Page Skipper Adfly Notification Page Skipper
ID doknjofhbpcgdafodnonkfdddnoninmi
URL Resmi https://chromewebstore.google.com/detail/adfly-notification-page-s/doknjofhbpcgdafodnonkfdddnoninmi
Deskripsi adfly forcing you to allow notifications with One Click : Get Download Link Without Allowing Notifactions On Your Browser
Ukuran File 42.04 KB
Jumlah Instalasi 6,202
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-06-16
Tanggal Publikasi 2020-06-15
Penilaian 4.58/5 Total 36 Penilaian
Pengembang mohamed khounti
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}