LetsRun Enhancement Suite
What about the sport?
What is LetsRun Enhancement Suite?
LetsRun Enhancement Suite is a Chrome extension developed by lapras, and its main feature is "What about the sport?".
Extension Screenshots
Download LetsRun Enhancement Suite Extension CRX File
Download LetsRun Enhancement Suite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome extension enhances the LetsRun.com user experience.
Extension Basic Information
Name | |
ID | jljajidgogjnhpkmmabfdbedmmkngjak |
Official URL | https://chrome.google.com/webstore/detail/letsrun-enhancement-suite/jljajidgogjnhpkmmabfdbedmmkngjak |
Description | What about the sport? |
File Size | 41.74 KB |
Installation Count | 30 |
Current Version | 1.12 |
Last Updated | 2015-01-26 |
Publish Date | 2015-01-26 |
Rating | 3.33/5 Total 3 Ratings |
Developer | lapras |
Payment Type | free |
Supported Languages | 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" ] } ] } |