Free Rider Lite
This mod provides added features the free rider editor along with a better overall experience in the game. This mod was originally…
Free Rider Liteとは何ですか?
Free Rider LiteはCalculamatriseによって開発されたChromeの拡張機能で、その主な機能は「This mod provides added features the free rider editor along with a better overall experience in the game. This mod was originally…」です。
拡張機能のスクリーンショット
Free Rider Lite拡張機能のCRXファイルをダウンロード
Free Rider Lite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This mod provides added features the free rider editor along with a better overall experience in the game. This mod was originally made for cosmetics changes. I've grown stronger...
拡張機能の基本情報
名前 | |
ID | mmmpacciomidmplocdcaheednkepbdkb |
公式URL | https://chromewebstore.google.com/detail/free-rider-lite/mmmpacciomidmplocdcaheednkepbdkb |
説明 | This mod provides added features the free rider editor along with a better overall experience in the game. This mod was originally… |
ファイルサイズ | 535 KB |
インストール数 | 1,341 |
現在のバージョン | 4.0.23 |
最終更新日 | 2021-07-17 |
公開日 | 2020-06-15 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | Calculamatrise |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.freeriderhd.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Rider Lite", "version": "4.0.23", "author": "Calculamatrise", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/frhd.kanoapps.com\/*", "*:\/\/www.freeriderhd.com\/*" ], "js": [ "bootstrap.js" ], "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "storage", "declarativeNetRequest" ], "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" ], "web_accessible_resources": [ { "resources": [ "bootstrap.js", "overlay\/*", "class\/*", "libs\/*" ], "matches": [ "*:\/\/frhd.kanoapps.com\/*", "*:\/\/www.freeriderhd.com\/*" ] } ], "icons": { "225": "icons\/icon_225.png", "128": "icons\/icon_128.png", "64": "icons\/icon_64.png", "32": "icons\/icon_32.png", "16": "icons\/icon_16.png" }, "action": { "default_icon": { "225": "icons\/icon_225.png", "128": "icons\/icon_128.png", "64": "icons\/icon_64.png", "32": "icons\/icon_32.png", "16": "icons\/icon_16.png" }, "default_popup": "popup.html" } } |