JustSnipe

Snipe an eBay item

What is JustSnipe?

JustSnipe is a Chrome extension developed by publisher, and its main feature is "Snipe an eBay item".

Extension Screenshots

screenshot

Download JustSnipe Extension CRX File

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

                        Adds a "Snipe" button alongside your Chrome address bar, which, when pressed, opens up a new small popup window letting you easily snipe the eBay auction you're looking at.                    

Extension Basic Information

Name JustSnipe JustSnipe
ID afadkgjmkpljbeihpknjfoidhihddgnb
Official URL https://chrome.google.com/webstore/detail/justsnipe/afadkgjmkpljbeihpknjfoidhihddgnb
Description Snipe an eBay item
File Size 6.49 KB
Installation Count 120
Current Version 2.0
Last Updated 2014-03-19
Publish Date 2014-03-19
Rating 5.00/5 Total 1 Ratings
Developer publisher
Payment Type free
Extension Website http://www.justsnipe.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "justsnipe_19x19.png",
        "default_title": "JustSnipe"
    },
    "description": "Snipe an eBay item",
    "icons": {
        "128": "editable-icon.png"
    },
    "name": "JustSnipe",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "2.0",
    "manifest_version": 2
}