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
公式URL 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
}