KR3 Supreme Bot
Browser automation for supremenewyork.com
KR3 Supreme Bot क्या है?
KR3 Supreme Bot http://kr3nd31.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser automation for supremenewyork.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KR3 Supreme Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension helps to buy things on the site supremenewyork.com Auto Checkout - The product will automatically be added to your cart and will go straight to the checkout page. AutoFill - All of your billing informations will be automaticaly filled in on the checkout page. PRIVACY: All Personal Info is safe, as the KR3 Supreme Bot by permissions only has access to supreme website: http://www.supremenewyork.com. All data is also stored on local storage, which means you are the only one that may access your information. For more information, if you have purchased the bot navigate to extensions and go to details and check out the permissions of the program. TERMS & CONDITIONS: By installing the app, you agree to the following terms and conditions: The developer is in no way responsible for the security of your data. Your Data is entered and used at your own risk. The developer is not responsible for any accidental purchases incurred by you via the use of this extension.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lcolaameccbididhlelhmbboeebpkfdm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lcolaameccbididhlelhmbboeebpkfdm |
विवरण | Browser automation for supremenewyork.com |
फ़ाइल का आकार | 238 KB |
स्थापना संख्या | 157 |
वर्तमान संस्करण | 2.4.8 |
अंतिम अपडेट | 2018-10-25 |
प्रकाशन तिथि | 2018-10-25 |
रेटिंग | 3.89/5 कुल 9 रेटिंग्स |
डेवलपर | http://kr3nd31.ru |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://kr3nd31.ru/supremebot |
सहायता पृष्ठ URL | https://vk.com/kr3sb |
गोपनीयता नीति पृष्ठ URL | http://kr3nd31.ru/program-policies.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "author": "KR3ND31", "background": { "scripts": [ "background.js", "block_image.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "checkout.js" ], "matches": [ "*:\/\/www.supremenewyork.com\/checkout" ] }, { "js": [ "jquery.js", "atc.js" ], "matches": [ "*:\/\/www.supremenewyork.com\/shop\/jackets\/*", "*:\/\/www.supremenewyork.com\/shop\/shirts\/*", "*:\/\/www.supremenewyork.com\/shop\/tops-sweaters\/*", "*:\/\/www.supremenewyork.com\/shop\/sweatshirts\/*", "*:\/\/www.supremenewyork.com\/shop\/pants\/*", "*:\/\/www.supremenewyork.com\/shop\/shorts\/*", "*:\/\/www.supremenewyork.com\/shop\/hats\/*", "*:\/\/www.supremenewyork.com\/shop\/accessories\/*", "*:\/\/www.supremenewyork.com\/shop\/skate\/*", "*:\/\/www.supremenewyork.com\/shop\/t-shirts\/*", "*:\/\/www.supremenewyork.com\/shop\/shoes\/*", "*:\/\/www.supremenewyork.com\/shop\/bags\/*" ] } ], "description": "Browser automation for supremenewyork.com", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "KR3 Supreme Bot", "options_page": "options.html", "permissions": [ "*:\/\/supremenewyork.com\/*", "*:\/\/*.cloudfront.net\/*", "*:\/\/kr3nd31.ru\/*", "tabs", "activeTab", "storage", "webRequest", "webRequestBlocking" ], "short_name": "KSB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.4.8" } |