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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Calculamatrise และคุณลักษณะหลักของมันคือ "This mod provides added features the free rider editor along with a better overall experience in the game. This mod was originally…"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    }
}