iSnipe auction bidder
snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
Wat is iSnipe auction bidder?
iSnipe auction bidder is een Chrome-extensie ontwikkeld door https://isnipe.io, en de belangrijkste functie is "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru".
Extensie Screenshots
Download het CRX-bestand van de extensie iSnipe auction bidder
Download iSnipe auction bidder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ggmlinpjojponlfnblijndicmmloofcf |
Officiële URL | https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf |
Beschrijving | snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru |
Bestandsgrootte | 58.85 KB |
Aantal Installaties | 321 |
Huidige Versie | 1.9.9 |
Laatst Bijgewerkt | 2019-01-31 |
Publicatiedatum | 2019-01-31 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://isnipe.io |
Betalingswijze | free |
Extensiewebsite | https://isnipe.io |
Help Pagina-URL | https://isnipe.io/faq/ |
Ondersteunde Talen | 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 } |