iSnipe auction bidder
snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
What is iSnipe auction bidder?
iSnipe auction bidder is a Chrome extension developed by https://isnipe.io, and its main feature is "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru".
Extension Screenshots
Download iSnipe auction bidder Extension CRX File
Download iSnipe auction bidder 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
iSnipe.io user-friendly auction sniper saves your time and money and enhances chances to win on eBay, Copart, Delcampe and Meshok seconds before the auction ends. This auction sniping extension will appear as “iSnipe” link on eBay, Copart, Delcampe and Meshok auction pages and it will allow easy access to your sniping account. By installing the extension, you agree to iSnipe.io Terms and Conditions and Privacy Policy. Copyright © 2018 iSnipe.io. All rights reserved.
Extension Basic Information
Name | |
ID | ggmlinpjojponlfnblijndicmmloofcf |
Official URL | https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf |
Description | snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru |
File Size | 58.85 KB |
Installation Count | 321 |
Current Version | 1.9.9 |
Last Updated | 2019-01-31 |
Publish Date | 2019-01-31 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://isnipe.io |
Payment Type | free |
Extension Website | https://isnipe.io |
Help Page URL | https://isnipe.io/faq/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iSnipe auction bidder", "version": "1.9.9", "description": "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "iSnipe", "default_icon": { "16": "images\/snipe.png", "32": "images\/snipe.png", "48": "images\/snipe.png", "128": "images\/snipe.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content-script.js" ], "css": [ "content.css" ] } ], "icons": { "16": "images\/snipe.png", "32": "images\/snipe.png", "48": "images\/snipe.png", "128": "images\/snipe.png" }, "manifest_version": 2 } |