CigarSpotter

View graphs and statistics of cigar auctions on CigarBid and more

What is CigarSpotter?

CigarSpotter is a Chrome extension developed by Unknown, and its main feature is "View graphs and statistics of cigar auctions on CigarBid and more".

Extension Screenshots

screenshot

Download CigarSpotter Extension CRX File

Download CigarSpotter 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

                        Historical price graph and box plot analysis for CigarBid.com cigar auctions

Shows minimum, maximum, average, upper and lower quartiles for a viewed cigar auction by automatically injecting graphs into a auctions page                    

Extension Basic Information

Name CigarSpotter CigarSpotter
ID cnidjbcgajmpdpnljnfbjabmfjlkbgml
Official URL https://chromewebstore.google.com/detail/cigarspotter/cnidjbcgajmpdpnljnfbjabmfjlkbgml
Description View graphs and statistics of cigar auctions on CigarBid and more
File Size 126 KB
Installation Count 13
Current Version 0.0.2
Last Updated 2015-11-30
Publish Date 2015-11-30
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CigarSpotter",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "View graphs and statistics of cigar auctions on CigarBid and more",
    "background": "background.html",
    "permissions": [
        "http:\/\/*.cigarspotter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.3.min.js",
                "highstock.js",
                "highcharts-more.js",
                "exporting.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*.cigarbid.com\/*",
                "https:\/\/*.cigarbid.com\/*"
            ]
        }
    ]
}