CigarBid Free Fall Plugin

Monitors the lowest price seen for a given free fall auction.

什么是CigarBid Free Fall Plugin?

CigarBid Free Fall Plugin是由https://www.cigarnubs.com开发的Chrome扩展程序,该扩展的主要功能是“Monitors the lowest price seen for a given free fall auction.”。

扩展截图

screenshot
screenshot
screenshot

下载CigarBid Free Fall Plugin扩展crx文件

下载CigarBid Free Fall Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This plugin monitors a Free Fall Auction on Cigarbid.com and keeps track of the lowest price it has seen.  The lowest price information will last as long as the browser window is open and will reset if the auction is refreshed.

New in version 1.2.1:
Bug fixes

New in version 1.2:
Fixed notifications and made it harder for CigarBid to block this plugin from working in the future.

New in version 1.1.3:
- Bug fixes

New in version 1.1.2:
- Bug fixes

New in version 1.1.1:
- Bug fixes

New in version 1.1.0:
- Notifications.  Whenever a free fall auction price resets and a new low price has been reached, a notification will display alerting you to the auction and the new low price.
- Options page that allows you to toggle notifications on and set notification timeout.                    

扩展基本信息

名称 CigarBid Free Fall Plugin CigarBid Free Fall Plugin
ID haggdgmfhabhnmfmcmodogfmehljdoco
官方URL https://chromewebstore.google.com/detail/cigarbid-free-fall-plugin/haggdgmfhabhnmfmcmodogfmehljdoco
简介 Monitors the lowest price seen for a given free fall auction.
文件大小 52.33 KB
安装次数 626
当前版本 1.2.1
更新时间 2016-03-08
上架时间 2016-03-08
评分 4.07/5 共14次评分
开发者 https://www.cigarnubs.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CigarBid Free Fall Plugin",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "Monitors the lowest price seen for a given free fall auction.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "notifications",
        "tabs"
    ],
    "options_page": "html\/options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/icon48.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.cigarbid.com\/*",
                "http:\/\/cigarbid.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/domChangePlugin.js",
                "js\/freeFall.js",
                "js\/options.js"
            ]
        }
    ]
}