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 là gì?

Gixen eBay Sniper Autosnipe là một tiện ích mở rộng Chrome được phát triển bởi gixenautosnipe, và tính năng chính của nó là "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.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gixen eBay Sniper Autosnipe

Tải xuống các tệp mở rộng Gixen eBay Sniper Autosnipe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gixen eBay Sniper Autosnipe Gixen eBay Sniper Autosnipe
ID nfjjhbbnailabfbenccobieecimkbmji
URL Chính Thức https://chromewebstore.google.com/detail/gixen-ebay-sniper-autosni/nfjjhbbnailabfbenccobieecimkbmji
Mô tả 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.
Kích Thước Tệp 47.78 KB
Số Lần Cài Đặt 6,328
Phiên Bản Hiện Tại 2022.11.15
Cập Nhật Lần Cuối 2023-04-03
Ngày Phát Hành 2018-11-17
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển gixenautosnipe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://gixen.com
URL Trang Trợ Giúp http://www.gixen.com/forum/viewtopic.php?p=33475#33475
URL Trang Chính Sách Bảo Mật https://www.gixen.com/legacy/terms.php
Ngôn Ngữ Được Hỗ Trợ 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"
}