Free Rider Lite

A mod for Free Rider HD.

Free Rider Liteคืออะไร?

Free Rider Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Calculamatrise และคุณลักษณะหลักของมันคือ "A mod for Free Rider HD."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free Rider Lite

ดาวน์โหลดไฟล์ส่วนขยาย Free Rider Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
            ]
        }
    ]
}