Elma Center

Elasto Mania battle notifier and miscellaneous tools

ما هو Elma Center؟

Elma Center هو إضافة Chrome تم تطويرها بواسطة Hexjelly، والميزة الرئيسية لها هي "Elasto Mania battle notifier and miscellaneous tools".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Elma Center

قم بتنزيل ملفات الامتداد Elma Center بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Elma Center Elma Center
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\/*"
    ]
}