BFAds Count Down till BLACK FRIDAY

Count down the days left till BLACK FRIDAY deals.

Apa itu BFAds Count Down till BLACK FRIDAY?

BFAds Count Down till BLACK FRIDAY adalah ekstensi Chrome yang dikembangkan oleh Andy Friedl, dan fitur utamanya adalah "Count down the days left till BLACK FRIDAY deals.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BFAds Count Down till BLACK FRIDAY

Unduh file ekstensi BFAds Count Down till BLACK FRIDAY 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 BFAds Count Down till BLACK FRIDAY BFAds Count Down till BLACK FRIDAY
ID ppkegecpcnhpfacmkoconekkofnemcme
URL Resmi https://chromewebstore.google.com/detail/bfads-count-down-till-bla/ppkegecpcnhpfacmkoconekkofnemcme
Deskripsi Count down the days left till BLACK FRIDAY deals.
Ukuran File 502 KB
Jumlah Instalasi 31
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2016-11-26
Tanggal Publikasi 2016-11-26
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Andy Friedl
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BFAds Count Down till BLACK FRIDAY",
    "version": "0.1.3",
    "description": "Count down the days left till BLACK FRIDAY deals.",
    "minimum_chrome_version": "23",
    "short_name": "BFAds Count Down",
    "icons": {
        "16": "bfads16.png",
        "48": "bfads48.png",
        "128": "bfads128.png"
    },
    "permissions": [
        "http:\/\/www.bfads.net\/*",
        "http:\/\/ajax.googleapis.com\/*",
        "https:\/\/cdnjs.cloudflare.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bfads.png",
        "default_popup": "popup.html",
        "persistent": true
    }
}