LearnedLeague 1DS Stats Extension
Add some extra stats for LearnedLeague 1DS results.
Cos'è LearnedLeague 1DS Stats Extension?
LearnedLeague 1DS Stats Extension è un'estensione di Chrome sviluppata da mengmengzh, e la sua funzione principale è "Add some extra stats for LearnedLeague 1DS results.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LearnedLeague 1DS Stats Extension
Scarica i file di estensione LearnedLeague 1DS Stats Extension 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
Adds optimum moneying stats to 1DS results for Learned League.
Informazioni di Base sull'Estensione
Nome | LearnedLeague 1DS Stats Extension |
ID | gbnodppoajpfdeknimjlglnpdkhbomfd |
URL Ufficiale | https://chromewebstore.google.com/detail/learnedleague-1ds-stats-e/gbnodppoajpfdeknimjlglnpdkhbomfd |
Descrizione | Add some extra stats for LearnedLeague 1DS results. |
Dimensione del File | 37.03 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 0.0.5.1 |
Ultimo Aggiornamento | 2019-04-24 |
Data di Pubblicazione | 2019-04-23 |
Sviluppatore | mengmengzh |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mengmengzh/learnedleague-tools |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LearnedLeague 1DS Stats Extension", "version": "0.0.5.1", "description": "Add some extra stats for LearnedLeague 1DS results.", "manifest_version": 2, "permissions": [ "storage", "webRequest", "https:\/\/*.learnedleague.com\/" ], "page_action": { "default_title": "LL 1DS Stats", "default_icon": "l32.png", "default_popup": "options.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "content.js" ], "css": [ "content.css" ], "matches": [ "https:\/\/*.learnedleague.com\/oneday.php?*" ] } ] } |