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開發的Chrome擴展程式,該擴展的主要功能是“Jump directly to sold listing from search results. Clicking at 88MPH not necessary”。
下載Ebay Sold Flux Capacitor擴展crx文件
下載Ebay Sold Flux Capacitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |