AuctionStealer Snipe Tool

Places a Snipe button on eBay auction pages. When clicked, the item will be added to our website to be bid on in the final seconds.

AuctionStealer Snipe Tool란 무엇입니까?

AuctionStealer Snipe Tool은(는) https://www.auctionstealer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Places a Snipe button on eBay auction pages. When clicked, the item will be added to our website to be bid on in the final seconds."입니다.

확장 프로그램 스크린샷

screenshot

AuctionStealer Snipe Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        AuctionStealer has been placing last second bids on eBay since 2001.  This extension places a Snipe button near the Place Bid button on all eBay auction pages.  When clicked, without leaving eBay's website, your item will be added to our service to be sniped at the final second.  Did we mention it is FREE to use forever!

BEFORE YOU USE
Please make sure you already have or create an AuctionStealer account.  If you do not have one, you can sign up for FREE by clicking on the Sign Up link on our website.

HOW TO USE
1.  Browse to an eBay auction item you would like.
2. Click the Snipe button right below the Place Bid button (Popup window will open).
3. Login to your AuctionStealer account, if you haven't already done so.
4. Enter your Max Bid and click the Save Item button.

SECURITY
We take security very seriously.  All transactions are encrypted using secure connections (SSL) and we have all our servers in secure facilities.  When linking your eBay account to our service, WE DO NOT STORE YOUR EBAY PASSWORD.  You do not have to share your eBay login info with us at all!

Contact Us
https://www.auctionstealer.com/contact

Privacy Policy
https://www.auctionstealer.com/privacy

Terms of Use
https://www.auctionstealer.com/terms                    

확장 프로그램 기본 정보

이름 AuctionStealer Snipe Tool AuctionStealer Snipe Tool
ID mgbcjnnpnnjbbaodcldjngehbfibdfpb
공식 URL https://chromewebstore.google.com/detail/auctionstealer-snipe-tool/mgbcjnnpnnjbbaodcldjngehbfibdfpb
설명 Places a Snipe button on eBay auction pages. When clicked, the item will be added to our website to be bid on in the final seconds.
파일 크기 30.76 KB
설치 횟수 8,194
현재 버전 2021.12.18.1
최근 업데이트 2021-12-20
출시 날짜 2018-05-11
평점 3.67/5 총 3 개의 평점
개발자 https://www.auctionstealer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.auctionstealer.com
도움말 페이지 URL https://www.auctionstealer.com/contact
개인정보 보호 정책 페이지 URL https://www.auctionstealer.com/privacy.cfm
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AuctionStealer Snipe Tool",
    "short_name": "Snipe Tool",
    "version": "2021.12.18.1",
    "manifest_version": 2,
    "description": "Places a Snipe button on eBay auction pages. When clicked, the item will be added to our website to be bid on in the final seconds.",
    "homepage_url": "https:\/\/www.auctionstealer.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.com.hk\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.com.sg\/*"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ]
}