Dropbot Supreme
Supreme Bot
Cos'è Dropbot Supreme?
Dropbot Supreme è un'estensione di Chrome sviluppata da http://dropbot.fr, e la sua funzione principale è "Supreme Bot".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dropbot Supreme
Scarica i file di estensione Dropbot Supreme 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
Dropbot Supreme Plus d'info à https://www.dropbot.fr
Informazioni di Base sull'Estensione
Nome | |
ID | ecdbgcbpcodbempkbkoelmbnejphdcfa |
URL Ufficiale | https://chrome.google.com/webstore/detail/dropbot-supreme/ecdbgcbpcodbempkbkoelmbnejphdcfa |
Descrizione | Supreme Bot |
Dimensione del File | 1.28 MB |
Conteggio Installazioni | 22 |
Versione Corrente | 10.0.2 |
Ultimo Aggiornamento | 2019-05-06 |
Data di Pubblicazione | 2019-05-06 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://dropbot.fr |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://dropbot.fr |
URL della Pagina di Aiuto | https://dropbot.fr |
Lingue Supportate | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dropbot Supreme", "description": "Supreme Bot", "version": "10.0.2", "background": { "scripts": [ "background.js" ] }, "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", "contentSettings", "cookies", "storage", "webNavigation", "background", "notifications", "webRequest", "webRequestBlocking", "*:\/\/*.supremenewyork.com\/*", "http:\/\/localhost:3000\/*", "https:\/\/api.dropbot.fr\/*", "http:\/\/www.supremenewyork.com\/mobile_stock.json", "downloads" ], "content_scripts": [ { "matches": [ "*:\/\/*.supremenewyork.com\/*" ], "js": [ "extension.js" ] } ] } |