Elma Center
Elasto Mania battle notifier and miscellaneous tools
Elma Center क्या है?
Elma Center Hexjelly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Elasto Mania battle notifier and miscellaneous tools"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Elma Center एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |