Elma Center
Elasto Mania battle notifier and miscellaneous tools
O que é Elma Center?
Elma Center é uma extensão do Chrome desenvolvida por Hexjelly, e sua principal característica é "Elasto Mania battle notifier and miscellaneous tools".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Elma Center
Baixe arquivos de extensão Elma Center no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | dbdcieepogbmfdakjepkbhfifddinmjc |
URL Oficial | https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc |
Descrição | Elasto Mania battle notifier and miscellaneous tools |
Tamanho do Arquivo | 120 KB |
Contagem de Instalações | 22 |
Versão Atual | 0.0.2 |
Última Atualização | 2016-03-06 |
Data de Publicação | 2016-03-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Hexjelly |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |