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**                    

拡張機能の基本情報

名前 Ebay Sold Flux Capacitor Ebay Sold Flux Capacitor
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
Eメール [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"
    }
}