Ultimate Nike Bot
Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike
Ultimate Nike Bot란 무엇입니까?
Ultimate Nike Bot은(는) SupMan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike"입니다.
확장 프로그램 스크린샷
Ultimate Nike Bot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Ultimate Nike Bot will Pick your size for you on Nike SNKRS and You can checkout in a matter of 1 second!! MUST WATCH THIS BEFORE/AFTER INSTALL https://www.youtube.com/watch?v=di9_-iFf7nA&feature=youtu.be How to Use? (INSTRUCTIONS) 1.Once installed Create A Nike+ Account on Nike.com (to do this go here https://www.nike.com/launch/ and on top right you'll see "Join / Log In" 2.Once Account is made Go to Your settings (click your name on top right and click "settings") 3.In settings Add your shipping and Payment Info. 4.Now take a look at the bot you installed from here on the top right of Chrome Click it. Turn it on and Save your size 5.Now Your DONE!! When a release comes out go here https://www.nike.com/launch/?s=in-stock and choose the shoe of your choice for an extremely fast checkout
확장 프로그램 기본 정보
이름 | |
ID | ajbbdbbaocimjdkedadnbnbfoaeklndl |
공식 URL | https://chrome.google.com/webstore/detail/ultimate-nike-bot/ajbbdbbaocimjdkedadnbnbfoaeklndl |
설명 | Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike |
파일 크기 | 1006 KB |
설치 횟수 | 33 |
현재 버전 | 2.5.0 |
최근 업데이트 | 2017-11-20 |
출시 날짜 | 2017-11-20 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | SupMan |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/18PlghteX7-fCpLGLG4N-a3FIklIODZ1E2vN891qTwY4/edit?usp=sharing |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ultimate Nike Bot", "manifest_version": 2, "description": "Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike", "version": "2.5.0", "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.nike.com\/*" ], "js": [ "jquery.js", "main.js" ] } ], "permissions": [ "notifications", "storage", "activeTab", "tabs", "http:\/\/www.nike.com\/*" ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html" } } |