AuctionStealer Snipe Tool
Places a Snipe button on eBay auction pages. When clicked, the item will be added to our website to be bid on in the final seconds.
¿Qué es AuctionStealer Snipe Tool?
AuctionStealer Snipe Tool es una extensión de Chrome desarrollada por https://www.auctionstealer.com, y su función principal es "Places a Snipe button on eBay auction pages. When clicked, the item will be added to our website to be bid on in the final seconds.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AuctionStealer Snipe Tool
Descarga archivos de extensión AuctionStealer Snipe Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
AuctionStealer has been placing last second bids on eBay since 2001. This extension places a Snipe button near the Place Bid button on all eBay auction pages. When clicked, without leaving eBay's website, your item will be added to our service to be sniped at the final second. Did we mention it is FREE to use forever! BEFORE YOU USE Please make sure you already have or create an AuctionStealer account. If you do not have one, you can sign up for FREE by clicking on the Sign Up link on our website. HOW TO USE 1. Browse to an eBay auction item you would like. 2. Click the Snipe button right below the Place Bid button (Popup window will open). 3. Login to your AuctionStealer account, if you haven't already done so. 4. Enter your Max Bid and click the Save Item button. SECURITY We take security very seriously. All transactions are encrypted using secure connections (SSL) and we have all our servers in secure facilities. When linking your eBay account to our service, WE DO NOT STORE YOUR EBAY PASSWORD. You do not have to share your eBay login info with us at all! Contact Us https://www.auctionstealer.com/contact Privacy Policy https://www.auctionstealer.com/privacy Terms of Use https://www.auctionstealer.com/terms
Información Básica de la Extensión
Nombre | AuctionStealer Snipe Tool |
ID | mgbcjnnpnnjbbaodcldjngehbfibdfpb |
URL Oficial | https://chromewebstore.google.com/detail/auctionstealer-snipe-tool/mgbcjnnpnnjbbaodcldjngehbfibdfpb |
Descripción | Places a Snipe button on eBay auction pages. When clicked, the item will be added to our website to be bid on in the final seconds. |
Tamaño del Archivo | 30.76 KB |
Cantidad de Instalaciones | 8,194 |
Versión Actual | 2021.12.18.1 |
Última Actualización | 2021-12-20 |
Fecha de Publicación | 2018-05-11 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | https://www.auctionstealer.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.auctionstealer.com |
URL de la Página de Ayuda | https://www.auctionstealer.com/contact |
URL de la Página de Política de Privacidad | https://www.auctionstealer.com/privacy.cfm |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AuctionStealer Snipe Tool", "short_name": "Snipe Tool", "version": "2021.12.18.1", "manifest_version": 2, "description": "Places a Snipe button on eBay auction pages. When clicked, the item will be added to our website to be bid on in the final seconds.", "homepage_url": "https:\/\/www.auctionstealer.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ebay.com\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.ebay.de\/*", "*:\/\/*.ebay.it\/*", "*:\/\/*.ebay.ie\/*", "*:\/\/*.ebay.fr\/*", "*:\/\/*.ebay.be\/*", "*:\/\/*.ebay.be\/*", "*:\/\/*.ebay.at\/*", "*:\/\/*.ebay.nl\/*", "*:\/\/*.ebay.es\/*", "*:\/\/*.ebay.ch\/*", "*:\/\/*.ebay.com.au\/*", "*:\/\/*.ebay.com.hk\/*", "*:\/\/*.ebay.in\/*", "*:\/\/*.ebay.com.my\/*", "*:\/\/*.ebay.ph\/*", "*:\/\/*.ebay.com.sg\/*" ], "js": [ "src\/inject.js" ] } ] } |