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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nike Bot For SNKRS Will Automatically add ANY size You choose to your cart. Auto Add To Cart For Nike"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ultimate Nike Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |