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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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**                    

확장 프로그램 기본 정보

이름 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
이메일 [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"
    }
}