Gixen eBay Sniper Autosnipe
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.
Gixen eBay Sniper Autosnipe란 무엇입니까?
Gixen eBay Sniper Autosnipe은(는) gixenautosnipe에 의해 개발된 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."입니다.
확장 프로그램 스크린샷
Gixen eBay Sniper Autosnipe 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Gixen eBay Auction Sniper for Chrome. This will allow you to Snipe Auctions on eBay through Gixen.com Free Auction Sniping Service with Autosnipe. Keith Hopkins is an author and maintainer of the Gixen Autosnipe Browser Extension. Keith also repairs consoles (etc, modify). You can see a list of his services here: http://consolerepair.xyz Bristol Console Repair PS4,Xbox One,PS3,Xbox 360 Original Slim and Pro
확장 프로그램 기본 정보
이름 | Gixen eBay Sniper Autosnipe |
ID | nfjjhbbnailabfbenccobieecimkbmji |
공식 URL | https://chromewebstore.google.com/detail/gixen-ebay-sniper-autosni/nfjjhbbnailabfbenccobieecimkbmji |
설명 | 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. |
파일 크기 | 47.78 KB |
설치 횟수 | 6,328 |
현재 버전 | 2022.11.15 |
최근 업데이트 | 2023-04-03 |
출시 날짜 | 2018-11-17 |
평점 | 4.20/5 총 10 개의 평점 |
개발자 | gixenautosnipe |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://gixen.com |
도움말 페이지 URL | http://www.gixen.com/forum/viewtopic.php?p=33475#33475 |
개인정보 보호 정책 페이지 URL | https://www.gixen.com/legacy/terms.php |
지원되는 언어 | en-US |
manifest.json | |
{ "content_scripts": [ { "css": [ "src\/inject.css" ], "js": [ "src\/inject.js" ], "matches": [ "*:\/\/*.gixen.com\/*", "*:\/\/*.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\/*" ] } ], "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.", "permissions": [ "storage" ], "options_page": "options.html", "homepage_url": "https:\/\/www.gixen.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon48.png" }, "manifest_version": 3, "name": "Gixen eBay Sniper Autosnipe", "short_name": "Autosnipe!", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2022.11.15" } |