Ebay Sold Flux Capacitor
Jump directly to sold listing from search results. Clicking at 88MPH not necessary
Ebay Sold Flux Capacitor क्या है?
Ebay Sold Flux Capacitor Matt Peyton द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jump directly to sold listing from search results. Clicking at 88MPH not necessary"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ebay Sold Flux Capacitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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**
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jcjpnoelfmfpjlgeokfinbinonmpejmf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ebay-sold-flux-capacitor/jcjpnoelfmfpjlgeokfinbinonmpejmf |
विवरण | Jump directly to sold listing from search results. Clicking at 88MPH not necessary |
फ़ाइल का आकार | 14.24 KB |
स्थापना संख्या | 102 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-07-06 |
प्रकाशन तिथि | 2018-07-06 |
डेवलपर | Matt Peyton |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mattpeyton/ebay_sold_flux_capacitor |
समर्थित भाषाएँ | 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" } } |