Elma Center

Elasto Mania battle notifier and miscellaneous tools

Cos'è Elma Center?

Elma Center è un'estensione di Chrome sviluppata da Hexjelly, e la sua funzione principale è "Elasto Mania battle notifier and miscellaneous tools".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Elma Center

Scarica i file di estensione Elma Center in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Elma Center Elma Center
ID dbdcieepogbmfdakjepkbhfifddinmjc
URL Ufficiale https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc
Descrizione Elasto Mania battle notifier and miscellaneous tools
Dimensione del File 120 KB
Conteggio Installazioni 22
Versione Corrente 0.0.2
Ultimo Aggiornamento 2016-03-06
Data di Pubblicazione 2016-03-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Hexjelly
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}