Supreme+ Bot
Supreme shopping bot and user friendliness enhancer
Supreme+ Bot क्या है?
Supreme+ Bot maierxc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supreme shopping bot and user friendliness enhancer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Supreme+ Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SUPREME+ BOT KEY FEATURES: - Show "sold out" tags without hover - Bypass the annoying tile presentation - Autofill - Autocheckout - (developed and tested for supreme EU webstore)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | emnbpmmmbmgmahiklmiijklllackcpmi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/supreme+-bot/emnbpmmmbmgmahiklmiijklllackcpmi |
विवरण | Supreme shopping bot and user friendliness enhancer |
फ़ाइल का आकार | 115 KB |
स्थापना संख्या | 107 |
वर्तमान संस्करण | 1.1.12 |
अंतिम अपडेट | 2018-11-22 |
प्रकाशन तिथि | 2018-11-22 |
रेटिंग | 3.50/5 कुल 10 रेटिंग्स |
डेवलपर | maierxc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Supreme+ Bot", "short_name": "Supreme Bot", "version": "1.1.12", "description": "Supreme shopping bot and user friendliness enhancer", "options_page": "src\/options\/options.html", "permissions": [ "tabs", "activeTab", "storage", "webNavigation", "*:\/\/www.supremenewyork.com\/*" ], "icons": { "128": "pictures\/icon.png" }, "browser_action": { "default_icon": "pictures\/icon.png", "default_popup": "src\/popup\/popup.html" }, "background": { "scripts": [ "lib\/sjcl.js", "src\/background\/storageHandler.js", "src\/background\/initialisation.js", "src\/background\/performer.js", "src\/background\/background.js" ] } } |