AdFly countdown remover

An extension that removes the AdFly countdown.

Apa itu AdFly countdown remover?

AdFly countdown remover adalah ekstensi Chrome yang dikembangkan oleh atlazor, dan fitur utamanya adalah "An extension that removes the AdFly countdown.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AdFly countdown remover

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

                                            

Informasi Dasar Ekstensi

Nama AdFly countdown remover AdFly countdown remover
ID bnkfkjdohjnkeilfmkniaieojiingggf
URL Resmi https://chrome.google.com/webstore/detail/adfly-countdown-remover/bnkfkjdohjnkeilfmkniaieojiingggf
Deskripsi An extension that removes the AdFly countdown.
Ukuran File 71.6 KB
Jumlah Instalasi 699
Versi Saat Ini 1.1
Terakhir Diperbarui 2012-04-17
Tanggal Publikasi 2012-04-17
Penilaian 1.45/5 Total 29 Penilaian
Pengembang atlazor
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdFly countdown remover",
    "description": "An extension that removes the AdFly countdown.",
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "version": "1.1",
    "permissions": [
        "http:\/\/adf.ly\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/adf.ly\/*"
            ],
            "js": [
                "remove.js"
            ]
        }
    ],
    "manifest_version": 2
}