Elma Center
Elasto Mania battle notifier and miscellaneous tools
Apa itu Elma Center?
Elma Center adalah ekstensi Chrome yang dikembangkan oleh Hexjelly, dan fitur utamanya adalah "Elasto Mania battle notifier and miscellaneous tools".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Elma Center
Unduh file ekstensi Elma Center dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | dbdcieepogbmfdakjepkbhfifddinmjc |
URL Resmi | https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc |
Deskripsi | Elasto Mania battle notifier and miscellaneous tools |
Ukuran File | 120 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2016-03-06 |
Tanggal Publikasi | 2016-03-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Hexjelly |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |