Elma Center
Elasto Mania battle notifier and miscellaneous tools
Was ist Elma Center?
Elma Center ist eine Chrome-Erweiterung, die von Hexjelly entwickelt wurde, und ihr Hauptmerkmal ist "Elasto Mania battle notifier and miscellaneous tools".
Erweiterungsscreenshots
Elma Center-Erweiterungs-CRX-Datei herunterladen
Laden Sie Elma Center-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dbdcieepogbmfdakjepkbhfifddinmjc |
Offizielle URL | https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc |
Beschreibung | Elasto Mania battle notifier and miscellaneous tools |
Dateigröße | 120 KB |
Installationsanzahl | 22 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2016-03-06 |
Veröffentlichungsdatum | 2016-03-05 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Hexjelly |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |