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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}