AddToCart Nike Sneaker Bot
NikeStore Auto Add Size to Cart - select size in options
AddToCart Nike Sneaker Bot란 무엇입니까?
AddToCart Nike Sneaker Bot은(는) ETheBusinessMan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NikeStore Auto Add Size to Cart - select size in options"입니다.
확장 프로그램 스크린샷
AddToCart Nike Sneaker Bot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | mhobpjlfojbhednlhdaallmklhckjfdb |
공식 URL | https://chrome.google.com/webstore/detail/addtocart-nike-sneaker-bo/mhobpjlfojbhednlhdaallmklhckjfdb |
설명 | NikeStore Auto Add Size to Cart - select size in options |
파일 크기 | 10.81 KB |
설치 횟수 | 31 |
현재 버전 | 1.7 |
최근 업데이트 | 2016-02-18 |
출시 날짜 | 2016-02-18 |
평점 | 2.21/5 총 14 개의 평점 |
개발자 | ETheBusinessMan |
결제 유형 | free |
지원되는 언어 | 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" } |