Free Rider Lite
A mod for Free Rider HD.
Co je Free Rider Lite?
Free Rider Lite je rozšíření Chrome vyvinuté Calculamatrise, a jeho hlavní funkcí je „A mod for Free Rider HD.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Free Rider Lite
Stáhněte si soubory rozšíření Free Rider Lite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Free Rider Lite |
ID | ejgbgncenolaheegamfggfbncdlbcphk |
Oficiální URL | https://chromewebstore.google.com/detail/free-rider-lite/ejgbgncenolaheegamfggfbncdlbcphk |
Popis | A mod for Free Rider HD. |
Velikost souboru | 117 KB |
Počet instalací | 369 |
Aktuální Verze | 0.0.36.1 |
Poslední Aktualizace | 2024-01-19 |
Datum Vydání | 2023-06-27 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | Calculamatrise |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.freeriderhd.com |
URL Stránky Nápovědy | https://groups.google.com/g/calculamatrise |
Podporované Jazyky | 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\/*" ] } ] } |