PowerSniper for eBay
Automatic last-second bidding for eBay auctions without disclosing your password.
PowerSniper for eBayคืออะไร?
PowerSniper for eBay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sigma-solutions.fr และคุณลักษณะหลักของมันคือ "Automatic last-second bidding for eBay auctions without disclosing your password."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PowerSniper for eBay
ดาวน์โหลดไฟล์ส่วนขยาย PowerSniper for eBay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Win more eBay auctions with less effort, avoid bidding wars, save time and money! This extension provides a local eBay auction sniping feature in a web browser. It will automate snipe bidding on your behalf just before the end of auction. Unlike other sniper applications this extension doesn't need your eBay password so it won't be disclosed on any server. All needed is an opened browser tab with an active ebay session. Your eBay account is safe and secure. * Important : the tool must be started in a browser tab at the right time for snipes to occur. Use 'sound trick' option or leave a part of the PowerSniper tab visible. Prefer running Powersniper in its own browser window (use 'move tab to new window' context menu). Do not launch several instances of PowerSniper. Multi sniping (pro feature) enables to set a conditional snipe on multiple items. It will cancel the rest of the rest of the snipes in the group when any item of the group is won. See featured videos for usage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aaedppaainbngpdbjenindnjcgcndpje |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/powersniper-for-ebay/aaedppaainbngpdbjenindnjcgcndpje |
คำอธิบาย | Automatic last-second bidding for eBay auctions without disclosing your password. |
ขนาดไฟล์ | 719 KB |
จำนวนการติดตั้ง | 554 |
เวอร์ชันปัจจุบัน | 3.2.3 |
อัปเดตครั้งล่าสุด | 2024-01-16 |
วันที่เผยแพร่ | 2020-10-27 |
คะแนน | 3.61/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://sigma-solutions.fr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sigma-solutions.fr/powersniper |
URL หน้าช่วยเหลือ | https://sigma-solutions.fr/powersniper |
URL หน้านโยบายความเป็นส่วนตัว | https://sigma-solutions.fr/extension_user_privacy.html |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PowerSniper for eBay", "description": "Automatic last-second bidding for eBay auctions without disclosing your password.", "manifest_version": 3, "default_locale": "en", "version": "3.2.3", "homepage_url": "https:\/\/sigma-solutions.fr\/powersniper", "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "128": "app-128.png" }, "action": { "default_icon": "app-128.png", "default_popup": "popup.html?fromToolbar=1", "default_title": "PowerSniper for eBay" }, "web_accessible_resources": [ { "resources": [ "app-128.png", "app-48.png", "asset.json", "background.js", "main.html", "main.js", "mongomix.png", "options.html", "popup.html", "popup.js", "powersearcher.png", "powersniper.png", "responder_script.js", "seller-protect.png" ], "matches": [], "extension_ids": [] } ], "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.ie\/*", "https:\/\/*.ebay.ca\/*", "https:\/\/*.ebay.com.au\/*", "https:\/\/*.ebay.nl\/*", "https:\/\/*.benl.ebay.be\/*", "https:\/\/*.befr.ebay.be\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.ch\/*", "https:\/\/*.ebay.at\/*", "https:\/\/*.ebay.es\/*", "https:\/\/*.ebay.it\/*" ], "js": [ "responder_script.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.ebay.com\/*", "https:\/\/*.ebay.fr\/*", "https:\/\/*.ebay.co.uk\/*", "https:\/\/*.ebay.ie\/*", "https:\/\/*.ebay.ca\/*", "https:\/\/*.ebay.com.au\/*", "https:\/\/*.ebay.nl\/*", "https:\/\/*.benl.ebay.be\/*", "https:\/\/*.befr.ebay.be\/*", "https:\/\/*.ebay.de\/*", "https:\/\/*.ebay.ch\/*", "https:\/\/*.ebay.at\/*", "https:\/\/*.ebay.es\/*", "https:\/\/*.ebay.it\/*", "https:\/\/sigma-solutions.fr\/powersniper\/version.json", "https:\/\/app.flexlicense.com\/*", "https:\/\/flexlicense.com\/release\/*.json", "https:\/\/vi.vipr.ebaydesc.com\/*", "https:\/\/*.ebayimg.com\/*", "https:\/\/*.ebaystatic.com\/*" ], "incognito": "not_allowed", "permissions": [ "storage", "notifications", "contextMenus", "declarativeNetRequest", "power" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] } } |