Gixen eBay Sniper Autosnipe
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 Gixen eBay Sniper Autosnipe?
Gixen eBay Sniper Autosnipe es una extensión de Chrome desarrollada por gixenautosnipe, 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 Gixen eBay Sniper Autosnipe
Descarga archivos de extensión Gixen eBay Sniper Autosnipe 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
Gixen eBay Auction Sniper for Chrome. This will allow you to Snipe Auctions on eBay through Gixen.com Free Auction Sniping Service with Autosnipe. Keith Hopkins is an author and maintainer of the Gixen Autosnipe Browser Extension. Keith also repairs consoles (etc, modify). You can see a list of his services here: http://consolerepair.xyz Bristol Console Repair PS4,Xbox One,PS3,Xbox 360 Original Slim and Pro
Información Básica de la Extensión
Nombre | Gixen eBay Sniper Autosnipe |
ID | nfjjhbbnailabfbenccobieecimkbmji |
URL Oficial | https://chromewebstore.google.com/detail/gixen-ebay-sniper-autosni/nfjjhbbnailabfbenccobieecimkbmji |
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 | 47.78 KB |
Cantidad de Instalaciones | 6,328 |
Versión Actual | 2022.11.15 |
Última Actualización | 2023-04-03 |
Fecha de Publicación | 2018-11-17 |
Calificación | 4.20/5 Total de 10 Calificaciones |
Desarrollador | gixenautosnipe |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://gixen.com |
URL de la Página de Ayuda | http://www.gixen.com/forum/viewtopic.php?p=33475#33475 |
URL de la Página de Política de Privacidad | https://www.gixen.com/legacy/terms.php |
Idiomas Soportados | en-US |
manifest.json | |
{ "content_scripts": [ { "css": [ "src\/inject.css" ], "js": [ "src\/inject.js" ], "matches": [ "*:\/\/*.gixen.com\/*", "*:\/\/*.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\/*" ] } ], "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.", "permissions": [ "storage" ], "options_page": "options.html", "homepage_url": "https:\/\/www.gixen.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon48.png" }, "manifest_version": 3, "name": "Gixen eBay Sniper Autosnipe", "short_name": "Autosnipe!", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2022.11.15" } |