Supreme HotBot
Supreme HotBot
Τι είναι το Supreme HotBot;
Το Supreme HotBot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hotbot.store, και η κύρια λειτουργία του είναι "Supreme HotBot".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Supreme HotBot
Λήψη αρχείων επέκτασης Supreme HotBot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Supreme is the most popular street wear brand. Brand's gear is sold out within seconds, so it is almost impossible to cop without a bot. Every season Supreme releases a new clothing collection, which contains collaborations with famous brands, artists and designers as well as extremely unusual accessories. Our bot will help you to purchase the most hyped pieces. You can download and test our demo-version for free.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mfongdflbklhfaagadnjjbfachjedpcj |
Επίσημο URL | https://chrome.google.com/webstore/detail/supreme-hotbot/mfongdflbklhfaagadnjjbfachjedpcj |
Περιγραφή | Supreme HotBot |
Μέγεθος Αρχείου | 1.59 MB |
Αριθμός Εγκαταστάσεων | 495 |
Τρέχουσα Έκδοση | 7.1.2 |
Τελευταία Ενημέρωση | 2019-09-22 |
Ημερομηνία Δημοσίευσης | 2019-09-22 |
Αξιολόγηση | 3.00/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://hotbot.store |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://hotbot.store/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://vk.com/supremehotbot |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "7.1.2", "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "browser_action": { "default_popup": "index.html?popup=true", "default_icon": "assets\/img\/icon.png" }, "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "options_page": "index.html", "permissions": [ "activeTab", "tabs", "gcm", "identity", "contentSettings", "cookies", "storage", "webNavigation", "background", "notifications", "webRequest", "webRequestBlocking", "*:\/\/*.supremenewyork.com\/*", "http:\/\/www.supremenewyork.com\/mobile_stock.json", "https:\/\/www.google.com\/recaptcha\/api2\/demo", "downloads", "proxy" ], "content_scripts": [ { "matches": [ "*:\/\/*.supremenewyork.com\/*" ], "run_at": "document_end", "js": [ "extension.js" ] } ] } |