BFAds Count Down till BLACK FRIDAY

Count down the days left till BLACK FRIDAY deals.

Hvad er BFAds Count Down till BLACK FRIDAY?

BFAds Count Down till BLACK FRIDAY er en Chrome-udvidelse udviklet af Andy Friedl, og dens hovedfunktion er "Count down the days left till BLACK FRIDAY deals.".

Udvidelsesskærmbilleder

screenshot

Download BFAds Count Down till BLACK FRIDAY-udvidelses-CRX-fil

Download BFAds Count Down till BLACK FRIDAY-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn BFAds Count Down till BLACK FRIDAY BFAds Count Down till BLACK FRIDAY
ID ppkegecpcnhpfacmkoconekkofnemcme
Officiel URL https://chromewebstore.google.com/detail/bfads-count-down-till-bla/ppkegecpcnhpfacmkoconekkofnemcme
Beskrivelse Count down the days left till BLACK FRIDAY deals.
Filstørrelse 502 KB
Antal Installationer 31
Nuværende Version 0.1.3
Senest Opdateret 2016-11-26
Udgivelsesdato 2016-11-26
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler Andy Friedl
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
    }
}