Elma Center
Elasto Mania battle notifier and miscellaneous tools
Elma Center là gì?
Elma Center là một tiện ích mở rộng Chrome được phát triển bởi Hexjelly, và tính năng chính của nó là "Elasto Mania battle notifier and miscellaneous tools".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Elma Center
Tải xuống các tệp mở rộng Elma Center dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dbdcieepogbmfdakjepkbhfifddinmjc |
URL Chính Thức | https://chromewebstore.google.com/detail/elma-center/dbdcieepogbmfdakjepkbhfifddinmjc |
Mô tả | Elasto Mania battle notifier and miscellaneous tools |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2016-03-06 |
Ngày Phát Hành | 2016-03-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Hexjelly |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |