Elma Center

Elasto Mania battle notifier and miscellaneous tools

Что такое Elma Center?

Elma Center - это расширение Chrome, разработанное Hexjelly, и его основная функция - "Elasto Mania battle notifier and miscellaneous tools".

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

screenshot
screenshot

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

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

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

                        Displays information about current EOL battle, with an optional notification window when new levels are started, along with an optional icon indicator displaying remaining time.                    

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

Название Elma Center Elma Center
ID dbdcieepogbmfdakjepkbhfifddinmjc
Официальный URL https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc
Описание Elasto Mania battle notifier and miscellaneous tools
Размер файла 120 KB
Количество установок 22
Текущая Версия 0.0.2
Последнее Обновление 2016-03-06
Дата публикации 2016-03-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Hexjelly
Тип оплаты free
Поддерживаемые языки en,pl,fi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Elma Center",
    "short_name": "Elma Center",
    "version": "0.0.2",
    "default_locale": "en",
    "description": "Elasto Mania battle notifier and miscellaneous tools",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Elma Center",
        "default_popup": "popup.html"
    },
    "author": "Hexjelly",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "offline_enabled": false,
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "notifications",
        "storage",
        "http:\/\/*.elmaonline.net\/*",
        "http:\/\/108.61.164.75:8880\/*"
    ]
}