Elma Center

Elasto Mania battle notifier and miscellaneous tools

¿Qué es Elma Center?

Elma Center es una extensión de Chrome desarrollada por Hexjelly, y su función principal es "Elasto Mania battle notifier and miscellaneous tools".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Elma Center

Descarga archivos de extensión Elma Center en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Elma Center Elma Center
ID dbdcieepogbmfdakjepkbhfifddinmjc
URL Oficial https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc
Descripción Elasto Mania battle notifier and miscellaneous tools
Tamaño del Archivo 120 KB
Cantidad de Instalaciones 22
Versión Actual 0.0.2
Última Actualización 2016-03-06
Fecha de Publicación 2016-03-05
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Hexjelly
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}