Elma Center

Elasto Mania battle notifier and miscellaneous tools

什么是Elma Center?

Elma Center是由Hexjelly开发的Chrome扩展程序,该扩展的主要功能是“Elasto Mania battle notifier and miscellaneous tools”。

扩展截图

screenshot
screenshot

下载Elma Center扩展crx文件

下载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.                    

扩展基本信息

名称 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\/*"
    ]
}