AdFly Skipper

Skip AdF.ly shortened links

Apa itu AdFly Skipper?

AdFly Skipper adalah ekstensi Chrome yang dikembangkan oleh scarlettrobinson0001, dan fitur utamanya adalah "Skip AdF.ly shortened links".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi AdFly Skipper

Unduh file ekstensi AdFly 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

                        This extension skips AdF.ly links, sending you to the content you want. You no longer have to wait when you click an AdF.ly url.                    

Informasi Dasar Ekstensi

Nama AdFly Skipper AdFly Skipper
ID obnfifcganohemahpomajbhocfkdgmjb
URL Resmi https://chromewebstore.google.com/detail/adfly-skipper/obnfifcganohemahpomajbhocfkdgmjb
Deskripsi Skip AdF.ly shortened links
Ukuran File 665 KB
Jumlah Instalasi 165,611
Versi Saat Ini 4.3.0
Terakhir Diperbarui 2022-03-16
Tanggal Publikasi 2020-05-23
Penilaian 4.17/5 Total 1605 Penilaian
Pengembang scarlettrobinson0001
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.adflyskipper.com/
URL Halaman Bantuan https://www.adflyskipper.com/privacy-policy
URL Halaman Kebijakan Privasi https://www.adflyskipper.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "\/img\/icon-button.png",
        "default_popup": "\/html\/popup.html"
    },
    "background": {
        "scripts": [
            "\/js\/bg.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Skip AdF.ly shortened links",
    "icons": {
        "128": "\/img\/icon-128.png",
        "16": "\/img\/icon-16.png",
        "48": "\/img\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "AdFly Skipper",
    "short_name": "AdFly Skipper",
    "version": "4.3.0"
}