Elma Center

Elasto Mania battle notifier and miscellaneous tools

Wat is Elma Center?

Elma Center is een Chrome-extensie ontwikkeld door Hexjelly, en de belangrijkste functie is "Elasto Mania battle notifier and miscellaneous tools".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Elma Center

Download Elma Center-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Elma Center Elma Center
ID dbdcieepogbmfdakjepkbhfifddinmjc
Officiële URL https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc
Beschrijving Elasto Mania battle notifier and miscellaneous tools
Bestandsgrootte 120 KB
Aantal Installaties 22
Huidige Versie 0.0.2
Laatst Bijgewerkt 2016-03-06
Publicatiedatum 2016-03-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Hexjelly
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}