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