BFAds Count Down till BLACK FRIDAY

Count down the days left till BLACK FRIDAY deals.

什么是BFAds Count Down till BLACK FRIDAY?

BFAds Count Down till BLACK FRIDAY是由Andy Friedl开发的Chrome扩展程序,该扩展的主要功能是“Count down the days left till BLACK FRIDAY deals.”。

扩展截图

screenshot

下载BFAds Count Down till BLACK FRIDAY扩展crx文件

下载BFAds Count Down till BLACK FRIDAY扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 BFAds Count Down till BLACK FRIDAY BFAds Count Down till BLACK FRIDAY
ID ppkegecpcnhpfacmkoconekkofnemcme
官方URL https://chromewebstore.google.com/detail/bfads-count-down-till-bla/ppkegecpcnhpfacmkoconekkofnemcme
简介 Count down the days left till BLACK FRIDAY deals.
文件大小 502 KB
安装次数 31
当前版本 0.1.3
更新时间 2016-11-26
上架时间 2016-11-26
评分 4.00/5 共4次评分
开发者 Andy Friedl
电子邮箱 [email protected]
付费类型 free
支持的语言 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
    }
}