Free Rider Lite
A mod for Free Rider HD.
What is Free Rider Lite?
Free Rider Lite is a Chrome extension developed by Calculamatrise, and its main feature is "A mod for Free Rider HD.".
Extension Screenshots
Download Free Rider Lite Extension CRX File
Download Free Rider Lite 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 mod provides additional features and performance improvements to Free Rider HD, along with helpful tools in the editor. It was originally created for cosmetics changes, and it is the first mod ever created for the game!
Extension Basic Information
Name | Free Rider Lite |
ID | ejgbgncenolaheegamfggfbncdlbcphk |
Official URL | https://chromewebstore.google.com/detail/free-rider-lite/ejgbgncenolaheegamfggfbncdlbcphk |
Description | A mod for Free Rider HD. |
File Size | 117 KB |
Installation Count | 369 |
Current Version | 0.0.36.1 |
Last Updated | 2024-01-19 |
Publish Date | 2023-06-27 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Calculamatrise |
[email protected] | |
Payment Type | free |
Extension Website | https://www.freeriderhd.com |
Help Page URL | https://groups.google.com/g/calculamatrise |
Supported Languages | en |
manifest.json | |
{ "name": "Free Rider Lite", "version": "0.0.36.1", "author": "Calculamatrise", "description": "A mod for Free Rider HD.", "manifest_version": 3, "action": { "default_popup": "popup\/index.html" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "declarative_net_request": { "rule_resources": [ { "id": "frhd-assets", "enabled": true, "path": "frhd_rules.json" } ] }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "declarativeNetRequestWithHostAccess", "scripting", "storage" ], "host_permissions": [ "*:\/\/frhd.kanoapps.com\/*", "*:\/\/www.freeriderhd.com\/*", "*:\/\/cdn.kanoapps.com\/free_rider_hd\/assets\/scripts\/game\/game.min.*.js", "*:\/\/cdn.freeriderhd.com\/free_rider_hd\/assets\/scripts\/game\/game.min.*.js" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ { "resources": [ "assets\/*", "game\/*", "shared\/*" ], "matches": [ "*:\/\/*.kanoapps.com\/*", "*:\/\/*.freeriderhd.com\/*" ] } ] } |