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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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...                    

확장 프로그램 기본 정보

이름 Free Rider Lite Free Rider Lite
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
이메일 [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"
    }
}