iSnipe auction bidder

snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru

什麼是iSnipe auction bidder?

iSnipe auction bidder是由https://isnipe.io開發的Chrome擴展程式,該擴展的主要功能是“snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru”。

擴展截圖

screenshot
screenshot
screenshot

下載iSnipe auction bidder擴展crx文件

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

擴展使用說明

                        iSnipe.io user-friendly auction sniper saves your time and money and enhances chances to win on eBay, Copart, Delcampe and Meshok seconds before the auction ends.

 

This auction sniping extension will appear as “iSnipe” link on eBay, Copart, Delcampe and Meshok auction pages and it will allow easy access to your sniping account.

 

By installing the extension, you agree to iSnipe.io Terms and Conditions and Privacy Policy.

 


Copyright © 2018 iSnipe.io. All rights reserved.                    

擴展基本資訊

名稱 iSnipe auction bidder iSnipe auction bidder
ID ggmlinpjojponlfnblijndicmmloofcf
官方網址 https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf
簡介 snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
檔案大小 58.85 KB
安裝次數 321
目前版本 1.9.9
更新時間 2019-01-31
上架時間 2019-01-31
評分 5.00/5 共 6 次評分
開發者 https://isnipe.io
付費類型 free
擴展官網 https://isnipe.io
說明頁面URL https://isnipe.io/faq/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iSnipe auction bidder",
    "version": "1.9.9",
    "description": "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "iSnipe",
        "default_icon": {
            "16": "images\/snipe.png",
            "32": "images\/snipe.png",
            "48": "images\/snipe.png",
            "128": "images\/snipe.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/snipe.png",
        "32": "images\/snipe.png",
        "48": "images\/snipe.png",
        "128": "images\/snipe.png"
    },
    "manifest_version": 2
}