Elma Center
Elasto Mania battle notifier and miscellaneous tools
Hvad er Elma Center?
Elma Center er en Chrome-udvidelse udviklet af Hexjelly, og dens hovedfunktion er "Elasto Mania battle notifier and miscellaneous tools".
Udvidelsesskærmbilleder
Download Elma Center-udvidelses-CRX-fil
Download Elma Center-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | dbdcieepogbmfdakjepkbhfifddinmjc |
Officiel URL | https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc |
Beskrivelse | Elasto Mania battle notifier and miscellaneous tools |
Filstørrelse | 120 KB |
Antal Installationer | 22 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2016-03-06 |
Udgivelsesdato | 2016-03-05 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Hexjelly |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |