OGame Resources Extension

Resource distribution is the key

什么是OGame Resources Extension?

OGame Resources Extension是由ITP开发的Chrome扩展程序,该扩展的主要功能是“Resource distribution is the key”。

扩展截图

screenshot

下载OGame Resources Extension扩展crx文件

下载OGame Resources Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension sum resources on all our planets and show this in additional table in resources section.
All you need to do is visit each planet at least once or use new action 'refresh'.

A bug, translation, suggestion new features or extensions,
contact OGEXT Team on http://ogext.com                    

扩展基本信息

名称 OGame Resources Extension OGame Resources Extension
ID dinnmkijapcbjfflfncafmfhajnggenb
官方URL https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb
简介 Resource distribution is the key
文件大小 69.79 KB
安装次数 2,763
当前版本 1.0.1
更新时间 2016-10-10
上架时间 2016-10-10
评分 3.92/5 共74次评分
开发者 ITP
电子邮箱 [email protected]
付费类型 free
扩展官网 http://ogext.com
帮助页面URL http://ogext.com
隐私政策页面URL https://freethetree.co.uk/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "ogext.css"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "ogext.js"
            ],
            "matches": [
                "https:\/\/*.ogame.gameforge.com\/game\/*"
            ]
        }
    ],
    "description": "Resource distribution is the key",
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "OGame Resources Extension",
    "permissions": [],
    "version": "1.0.1",
    "web_accessible_resources": [
        "*"
    ]
}