Supreme+ Bot
Supreme shopping bot and user friendliness enhancer
Cos'è Supreme+ Bot?
Supreme+ Bot è un'estensione di Chrome sviluppata da maierxc, e la sua funzione principale è "Supreme shopping bot and user friendliness enhancer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Supreme+ Bot
Scarica i file di estensione Supreme+ Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
SUPREME+ BOT KEY FEATURES: - Show "sold out" tags without hover - Bypass the annoying tile presentation - Autofill - Autocheckout - (developed and tested for supreme EU webstore)
Informazioni di Base sull'Estensione
Nome | |
ID | emnbpmmmbmgmahiklmiijklllackcpmi |
URL Ufficiale | https://chrome.google.com/webstore/detail/supreme+-bot/emnbpmmmbmgmahiklmiijklllackcpmi |
Descrizione | Supreme shopping bot and user friendliness enhancer |
Dimensione del File | 115 KB |
Conteggio Installazioni | 107 |
Versione Corrente | 1.1.12 |
Ultimo Aggiornamento | 2018-11-22 |
Data di Pubblicazione | 2018-11-22 |
Valutazione | 3.50/5 Totale 10 Valutazioni |
Sviluppatore | maierxc |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |