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.”。

擴展截圖

screenshot
screenshot
screenshot

下載Gixen eBay Sniper Autosnipe擴展crx文件

下載Gixen eBay Sniper Autosnipe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Gixen eBay Sniper Autosnipe
ID nfjjhbbnailabfbenccobieecimkbmji
官方網址 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"
}