Free Rider Lite

A mod for Free Rider HD.

Free Rider Lite란 무엇입니까?

Free Rider Lite은(는) Calculamatrise에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A mod for Free Rider HD."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Free Rider Lite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Free Rider Lite Free Rider Lite
ID ejgbgncenolaheegamfggfbncdlbcphk
공식 URL https://chromewebstore.google.com/detail/free-rider-lite/ejgbgncenolaheegamfggfbncdlbcphk
설명 A mod for Free Rider HD.
파일 크기 117 KB
설치 횟수 369
현재 버전 0.0.36.1
최근 업데이트 2024-01-19
출시 날짜 2023-06-27
평점 3.67/5 총 3 개의 평점
개발자 Calculamatrise
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.freeriderhd.com
도움말 페이지 URL https://groups.google.com/g/calculamatrise
지원되는 언어 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\/*"
            ]
        }
    ]
}