iSnipe auction bidder

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

O que é iSnipe auction bidder?

iSnipe auction bidder é uma extensão do Chrome desenvolvida por https://isnipe.io, e sua principal característica é "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão iSnipe auction bidder

Baixe arquivos de extensão iSnipe auction bidder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome iSnipe auction bidder iSnipe auction bidder
ID ggmlinpjojponlfnblijndicmmloofcf
URL Oficial https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf
Descrição snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
Tamanho do Arquivo 58.85 KB
Contagem de Instalações 321
Versão Atual 1.9.9
Última Atualização 2019-01-31
Data de Publicação 2019-01-31
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://isnipe.io
Tipo de Pagamento free
Site da Extensão https://isnipe.io
URL da Página de Ajuda https://isnipe.io/faq/
Idiomas Suportados 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
}