iSnipe auction bidder

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

Cos'è iSnipe auction bidder?

iSnipe auction bidder è un'estensione di Chrome sviluppata da https://isnipe.io, e la sua funzione principale è "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione iSnipe auction bidder

Scarica i file di estensione iSnipe auction bidder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome iSnipe auction bidder iSnipe auction bidder
ID ggmlinpjojponlfnblijndicmmloofcf
URL Ufficiale https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf
Descrizione snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
Dimensione del File 58.85 KB
Conteggio Installazioni 321
Versione Corrente 1.9.9
Ultimo Aggiornamento 2019-01-31
Data di Pubblicazione 2019-01-31
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://isnipe.io
Tipo di Pagamento free
Sito Web dell'Estensione https://isnipe.io
URL della Pagina di Aiuto https://isnipe.io/faq/
Lingue Supportate 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
}