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 هو إضافة Chrome تم تطويرها بواسطة Matt Peyton، والميزة الرئيسية لها هي "Jump directly to sold listing from search results. Clicking at 88MPH not necessary".
تحميل ملف CRX للإضافة Ebay Sold Flux Capacitor
قم بتنزيل ملفات الامتداد Ebay Sold Flux Capacitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |