Elma Center
Elasto Mania battle notifier and miscellaneous tools
Co to jest Elma Center?
Elma Center to rozszerzenie Chrome opracowane przez Hexjelly, a jego główną funkcją jest „Elasto Mania battle notifier and miscellaneous tools”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Elma Center
Pobierz pliki rozszerzeń Elma Center w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dbdcieepogbmfdakjepkbhfifddinmjc |
Oficjalny URL | https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc |
Opis | Elasto Mania battle notifier and miscellaneous tools |
Rozmiar pliku | 120 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2016-03-06 |
Data Publikacji | 2016-03-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Hexjelly |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |