AddToCart Nike Sneaker Bot
NikeStore Auto Add Size to Cart - select size in options
O que é AddToCart Nike Sneaker Bot?
AddToCart Nike Sneaker Bot é uma extensão do Chrome desenvolvida por ETheBusinessMan, e sua principal característica é "NikeStore Auto Add Size to Cart - select size in options".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AddToCart Nike Sneaker Bot
Baixe arquivos de extensão AddToCart Nike Sneaker 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
Note this version is only for NikeStore. See my other bot for Footlocker, Finishline, and NikeStore integration. This is a sneaker bot that automatically adds your shoe size to cart on NikeStore.com. There is no guarantee this will get you the shoes, but it will definitely speed up the add to cart time and give you a better chance of obtaining the shoe. The default size is 10, so please go in to the options to adjust your size accordingly.
Informações Básicas da Extensão
Nome | |
ID | mhobpjlfojbhednlhdaallmklhckjfdb |
URL Oficial | https://chrome.google.com/webstore/detail/addtocart-nike-sneaker-bo/mhobpjlfojbhednlhdaallmklhckjfdb |
Descrição | NikeStore Auto Add Size to Cart - select size in options |
Tamanho do Arquivo | 10.81 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.7 |
Última Atualização | 2016-02-18 |
Data de Publicação | 2016-02-18 |
Classificação | 2.21/5 Total de 14 Avaliações |
Desenvolvedor | ETheBusinessMan |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "name": "AddToCart Nike Sneaker Bot", "short_name": "Sneaker Bot", "author": "ETheBusinessMan", "description": "NikeStore Auto Add Size to Cart - select size in options", "manifest_version": 2, "version": "1.7", "homepage_url": "http:\/\/www.ebay.com\/sch\/ethebusinessman\/m.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/store.nike.com\/*" ], "js": [ "autoaddcart.js" ] } ], "permissions": [ "tabs", "storage", "webNavigation", "contentSettings", "webRequest" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "options_page": "options.html" } |