Chrome RPG

An idle game that lives in your browser, perfect for playing while at work.

Что такое Chrome RPG?

Chrome RPG - это расширение Chrome, разработанное omgSushii, и его основная функция - "An idle game that lives in your browser, perfect for playing while at work.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Chrome RPG

Скачайте файлы расширений Chrome RPG в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        An idle rpg game that can be played from browser, need to login to google account to enable saving.                    

Основная информация о расширении

Название Chrome RPG Chrome RPG
ID lnpbfhfaaiagpknlifnkpigimkdkdilp
Официальный URL https://chromewebstore.google.com/detail/chrome-rpg/lnpbfhfaaiagpknlifnkpigimkdkdilp
Описание An idle game that lives in your browser, perfect for playing while at work.
Размер файла 17.61 KB
Количество установок 65
Текущая Версия 0.1
Последнее Обновление 2019-10-15
Дата публикации 2019-10-15
Рейтинг 3.00/5 Всего 1 оценок
Разработчик omgSushii
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome RPG",
    "version": "0.1",
    "description": "An idle game that lives in your browser, perfect for playing while at work.",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Chrome RPG",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}