CigarBid Free Fall Plugin

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

O que é CigarBid Free Fall Plugin?

CigarBid Free Fall Plugin é uma extensão do Chrome desenvolvida por https://www.cigarnubs.com, e sua principal característica é "Monitors the lowest price seen for a given free fall auction.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CigarBid Free Fall Plugin

Baixe arquivos de extensão CigarBid Free Fall Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CigarBid Free Fall Plugin CigarBid Free Fall Plugin
ID haggdgmfhabhnmfmcmodogfmehljdoco
URL Oficial https://chromewebstore.google.com/detail/cigarbid-free-fall-plugin/haggdgmfhabhnmfmcmodogfmehljdoco
Descrição Monitors the lowest price seen for a given free fall auction.
Tamanho do Arquivo 52.33 KB
Contagem de Instalações 626
Versão Atual 1.2.1
Última Atualização 2016-03-08
Data de Publicação 2016-03-08
Classificação 4.07/5 Total de 14 Avaliações
Desenvolvedor https://www.cigarnubs.com
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}