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 |
官方網址 | 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 |
電子郵箱 | [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" } } |