LetsRun Enhancement Suite
What about the sport?
Cos'è LetsRun Enhancement Suite?
LetsRun Enhancement Suite è un'estensione di Chrome sviluppata da lapras, e la sua funzione principale è "What about the sport?".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LetsRun Enhancement Suite
Scarica i file di estensione LetsRun Enhancement Suite 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
This Chrome extension enhances the LetsRun.com user experience.
Informazioni di Base sull'Estensione
Nome | |
ID | jljajidgogjnhpkmmabfdbedmmkngjak |
URL Ufficiale | https://chrome.google.com/webstore/detail/letsrun-enhancement-suite/jljajidgogjnhpkmmabfdbedmmkngjak |
Descrizione | What about the sport? |
Dimensione del File | 41.74 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.12 |
Ultimo Aggiornamento | 2015-01-26 |
Data di Pubblicazione | 2015-01-26 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | lapras |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LetsRun Enhancement Suite", "description": "What about the sport?", "version": "1.12", "content_scripts": [ { "matches": [ "http:\/\/www.letsrun.com\/*" ], "css": [ "src\/css\/les.css" ], "js": [ "src\/js\/vendor\/jquery.min.js", "src\/js\/vendor\/underscore.min.js", "src\/js\/les.js", "src\/js\/scroller.js" ] } ] } |