OPCraft

Server Status

Что такое OPCraft?

OPCraft - это расширение Chrome, разработанное CharlesVien, и его основная функция - "Server Status".

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

screenshot

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

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

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

                        OPCraft app is for members of the OPCraft Minecraft server community to check the status of the server at any time!                    

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

Название OPCraft OPCraft
ID glhkceimhgpggefgclodipiekcciohbc
Официальный URL https://chromewebstore.google.com/detail/opcraft/glhkceimhgpggefgclodipiekcciohbc
Описание Server Status
Размер файла 211 KB
Количество установок 54
Текущая Версия 3.0
Последнее Обновление 2018-08-02
Дата публикации 2018-08-02
Рейтинг 4.17/5 Всего 6 оценок
Разработчик CharlesVien
Тип оплаты free
Официальный сайт расширения https://opcraft.net
URL страницы помощи https://opcraft.net
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OPCraft",
    "short_name": "OPC",
    "description": "Server Status",
    "version": "3.0",
    "permissions": [
        "",
        "background",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}