BFAds Count Down till BLACK FRIDAY

Count down the days left till BLACK FRIDAY deals.

What is BFAds Count Down till BLACK FRIDAY?

BFAds Count Down till BLACK FRIDAY is a Chrome extension developed by Andy Friedl, and its main feature is "Count down the days left till BLACK FRIDAY deals.".

Extension Screenshots

screenshot

Download BFAds Count Down till BLACK FRIDAY Extension CRX File

Download BFAds Count Down till BLACK FRIDAY extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name BFAds Count Down till BLACK FRIDAY BFAds Count Down till BLACK FRIDAY
ID ppkegecpcnhpfacmkoconekkofnemcme
Official URL https://chromewebstore.google.com/detail/bfads-count-down-till-bla/ppkegecpcnhpfacmkoconekkofnemcme
Description Count down the days left till BLACK FRIDAY deals.
File Size 502 KB
Installation Count 31
Current Version 0.1.3
Last Updated 2016-11-26
Publish Date 2016-11-26
Rating 4.00/5 Total 4 Ratings
Developer Andy Friedl
Email [email protected]
Payment Type free
Supported Languages 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
    }
}