Ebay Sold Flux Capacitor
Jump directly to sold listing from search results. Clicking at 88MPH not necessary
Qu'est-ce que Ebay Sold Flux Capacitor ?
Ebay Sold Flux Capacitor est une extension Chrome développée par Matt Peyton, et sa fonction principale est "Jump directly to sold listing from search results. Clicking at 88MPH not necessary".
Télécharger le fichier CRX de l'extension Ebay Sold Flux Capacitor
Téléchargez les fichiers d'extension Ebay Sold Flux Capacitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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**
Informations de Base sur l'Extension
Nom | |
ID | jcjpnoelfmfpjlgeokfinbinonmpejmf |
URL Officiel | https://chrome.google.com/webstore/detail/ebay-sold-flux-capacitor/jcjpnoelfmfpjlgeokfinbinonmpejmf |
Description | Jump directly to sold listing from search results. Clicking at 88MPH not necessary |
Taille du Fichier | 14.24 KB |
Nombre d'Installations | 102 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-07-06 |
Date de Publication | 2018-07-06 |
Développeur | Matt Peyton |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mattpeyton/ebay_sold_flux_capacitor |
Langues Prises en Charge | 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" } } |