Elma Center

Elasto Mania battle notifier and miscellaneous tools

What is Elma Center?

Elma Center is a Chrome extension developed by Hexjelly, and its main feature is "Elasto Mania battle notifier and miscellaneous tools".

Extension Screenshots

screenshot
screenshot

Download Elma Center Extension CRX File

Download Elma Center extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Elma Center Elma Center
ID dbdcieepogbmfdakjepkbhfifddinmjc
Official URL https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc
Description Elasto Mania battle notifier and miscellaneous tools
File Size 120 KB
Installation Count 22
Current Version 0.0.2
Last Updated 2016-03-06
Publish Date 2016-03-05
Rating 5.00/5 Total 1 Ratings
Developer Hexjelly
Payment Type free
Supported Languages 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\/*"
    ]
}