Elma Center

Elasto Mania battle notifier and miscellaneous tools

Co je Elma Center?

Elma Center je rozšíření Chrome vyvinuté Hexjelly, a jeho hlavní funkcí je „Elasto Mania battle notifier and miscellaneous tools“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Elma Center

Stáhněte si soubory rozšíření Elma Center ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Elma Center Elma Center
ID dbdcieepogbmfdakjepkbhfifddinmjc
Oficiální URL https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc
Popis Elasto Mania battle notifier and miscellaneous tools
Velikost souboru 120 KB
Počet instalací 22
Aktuální Verze 0.0.2
Poslední Aktualizace 2016-03-06
Datum Vydání 2016-03-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Hexjelly
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}