FOE Power Tools

A set of tools to manage your Forege of Empires city.

什么是FOE Power Tools?

FOE Power Tools是由https://foepowertools.com开发的Chrome扩展程序,该扩展的主要功能是“A set of tools to manage your Forege of Empires city.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载FOE Power Tools扩展crx文件

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

扩展使用说明

                        FOE Power Tools is a must have browser extension that will bring your Forge of Empires in-game information to you. Stay on top of your forge point contributions to other buildings, get customized city production reports, and see what to expect from your Alcatraz collections. 

These are just a few of the tools that will help unlock the full potential of your Forge of Empires city.                    

扩展基本信息

名称 FOE Power Tools FOE Power Tools
ID apicdfpbepfbbgnikmfdbghibbkdeihn
官方URL https://chromewebstore.google.com/detail/foe-power-tools/apicdfpbepfbbgnikmfdbghibbkdeihn
简介 A set of tools to manage your Forege of Empires city.
文件大小 65.96 KB
安装次数 2,990
当前版本 1.2
更新时间 2020-07-02
上架时间 2020-07-01
评分 3.02/5 共43次评分
开发者 https://foepowertools.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.foepowertools.com
帮助页面URL https://www.foepowertools.com/faq
隐私政策页面URL https://foepowertools.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FOE Power Tools",
    "description": "A set of tools to manage your Forege of Empires city.",
    "version": "1.2",
    "options_page": "common\/options.html",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.forgeofempires.com\/game\/index*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "common\/img\/Icon(16x16).png",
            "48": "common\/img\/Icon(48x48).png",
            "128": "common\/img\/Logo_Final(128x128).png"
        },
        "default_title": "FOE Power Tools",
        "default_popup": "common\/popup.htm"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.forgeofempires.com\/game\/index*",
            "https:\/\/foepowertools.com\/*"
        ]
    },
    "icons": {
        "16": "common\/img\/Icon(16x16).png",
        "48": "common\/img\/Icon(48x48).png",
        "128": "common\/img\/Logo_Final(128x128).png"
    },
    "web_accessible_resources": [
        "common\/img\/*.png"
    ]
}