Ebay Sold Flux Capacitor
Jump directly to sold listing from search results. Clicking at 88MPH not necessary
¿Qué es Ebay Sold Flux Capacitor?
Ebay Sold Flux Capacitor es una extensión de Chrome desarrollada por Matt Peyton, y su función principal es "Jump directly to sold listing from search results. Clicking at 88MPH not necessary".
Descargar Archivo CRX de la Extensión Ebay Sold Flux Capacitor
Descarga archivos de extensión Ebay Sold Flux Capacitor 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
It's a bummer to research sold listings on eBay... You see the results, click on the sold item...and are redirected to an active listing! You desperately want to travel to the past to see completed listings but eBay tries to force you to stay in the present. End the frustration with the eBay Sold Flux Capacitor. This extension only does one thing; gives you direct access to sold listings on eBay. The extension is only activated on www.ebay.com when browsing sold listings. When you click on a sold item link, you will be sent directly to the sold item listing. No redirects to active listings. **The current version only works when you click the title...not on the photo of the search results**
Información Básica de la Extensión
Nombre | |
ID | jcjpnoelfmfpjlgeokfinbinonmpejmf |
URL Oficial | https://chrome.google.com/webstore/detail/ebay-sold-flux-capacitor/jcjpnoelfmfpjlgeokfinbinonmpejmf |
Descripción | Jump directly to sold listing from search results. Clicking at 88MPH not necessary |
Tamaño del Archivo | 14.24 KB |
Cantidad de Instalaciones | 102 |
Versión Actual | 1.0 |
Última Actualización | 2018-07-06 |
Fecha de Publicación | 2018-07-06 |
Desarrollador | Matt Peyton |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/mattpeyton/ebay_sold_flux_capacitor |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ebay Sold Flux Capacitor", "version": "1.0", "author": "Matt Peyton", "description": "Jump directly to sold listing from search results. Clicking at 88MPH not necessary", "manifest_version": 2, "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.ebay.com\/sch\/*" ] } ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } } |