Sneakerbots4all Nike Size 10 Add To Cart Bot

This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team

O que é Sneakerbots4all Nike Size 10 Add To Cart Bot?

Sneakerbots4all Nike Size 10 Add To Cart Bot é uma extensão do Chrome desenvolvida por http://www.sneakerbots4all.com, e sua principal característica é "This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Sneakerbots4all Nike Size 10 Add To Cart Bot

Baixe arquivos de extensão Sneakerbots4all Nike Size 10 Add To Cart Bot 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

                        This bot will add a product to your nike.com cart after you click on an item on Nike.com, or a Twitter Link. 

To purchase other sizes, or other bots visit our site.
***We are not affiliated, or sponsored by Nike***
______________________________
New In Version 2.31
-fixed various bugs
-fixed issues in Chrome 32                    

Informações Básicas da Extensão

Nome Sneakerbots4all Nike Size 10 Add To Cart Bot Sneakerbots4all Nike Size 10 Add To Cart Bot
ID ocnhnmjpckjdbpncjmdbpjefpfepjpmg
URL Oficial https://chrome.google.com/webstore/detail/sneakerbots4all-nike-size/ocnhnmjpckjdbpncjmdbpjefpfepjpmg
Descrição This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team
Tamanho do Arquivo 51.32 KB
Contagem de Instalações 598
Versão Atual 2.45
Última Atualização 2015-04-26
Data de Publicação 2015-04-26
Classificação 3.87/5 Total de 23 Avaliações
Desenvolvedor http://www.sneakerbots4all.com
Tipo de Pagamento free
Site da Extensão http://sneakerbots4all.com/
Idiomas Suportados en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "autobuy.js"
            ],
            "matches": [
                "http:\/\/store.nike.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo5.png",
        "default_popup": "index.html"
    },
    "description": "This will add a product to your nike.com cart after you click on an item or a Twitter Link. Made by the Sneakerbots4all Team",
    "homepage_url": "http:\/\/sneakerbots4all.com",
    "icons": {
        "128": "logo5.png"
    },
    "manifest_version": 2,
    "name": "Sneakerbots4all Nike Size 10 Add To Cart Bot",
    "permissions": [
        "tabs",
        "http:\/\/store.nike.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.45"
}