Elma Center
Elasto Mania battle notifier and miscellaneous tools
Elma Centerคืออะไร?
Elma Center เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hexjelly และคุณลักษณะหลักของมันคือ "Elasto Mania battle notifier and miscellaneous tools"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elma Center
ดาวน์โหลดไฟล์ส่วนขยาย Elma Center ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dbdcieepogbmfdakjepkbhfifddinmjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc |
คำอธิบาย | Elasto Mania battle notifier and miscellaneous tools |
ขนาดไฟล์ | 120 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2016-03-06 |
วันที่เผยแพร่ | 2016-03-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Hexjelly |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } |