FoE - Helper

Small tools and helpers for a better gaming experience in Forge of Empires

什麼是FoE - Helper?

FoE - Helper是由https://foe-helper.com開發的Chrome擴展程式,該擴展的主要功能是“Small tools and helpers for a better gaming experience in Forge of Empires”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載FoE - Helper擴展crx文件

下載FoE - Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        >> Note: We are currently looking for translators for other languages. Take a look: http://i18n.foe-helper.com <<

For the page foe-helper.com statistics can be collected and evaluated on the website. These include guild member statistics, guild member motivation activities, friends and neighbors. And all this fully automated in the background.

Furthermore, the extension currently shows in the form of a sidebar ingame:
- Cost calculator (costs of the respective places)
- own account calculator (order of deposits + own account calculator)
- own FP production (how many FP does my city produce?)
- Outpost - Goods overview
- and much more


Errors or wisches can be reported directly in the github:
https://github.com/mainIine/foe-helfer-extension/issues                    

擴展基本資訊

名稱 FoE - Helper FoE - Helper
ID bkagcmloachflbbkfmfiggipaelfamdf
官方網址 https://chromewebstore.google.com/detail/foe-helper/bkagcmloachflbbkfmfiggipaelfamdf
簡介 Small tools and helpers for a better gaming experience in Forge of Empires
檔案大小 7.01 MB
安裝次數 125,812
目前版本 3.6.2.0
更新時間 2024-02-26
上架時間 2020-06-29
評分 3.25/5 共 368 次評分
開發者 https://foe-helper.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://foe-helper.com
說明頁面URL https://github.com/mainIine/foe-helfer-extension/issues
隱私政策頁面URL https://foe-helper.com/info/datenschutz
支援的語言 de,en,fr,nl,pl,ro,sv,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.6.2.0",
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "notifications",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/*.forgeofempires.com\/*",
        "https:\/\/foe-helper.com\/*",
        "https:\/\/*.foe-helper.com\/*",
        "https:\/\/*.foe-rechner.de\/*"
    ],
    "action": {
        "default_icon": "images\/app16.png",
        "default_popup": "content\/popup.html",
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "16": "images\/app16.png",
        "48": "images\/app48.png",
        "128": "images\/app128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "vendor\/*",
                "css\/*",
                "content\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.forgeofempires.com\/*"
            ],
            "include_globs": [
                "*forgeofempires.com\/game*"
            ],
            "run_at": "document_start",
            "js": [
                "vendor\/browser-polyfill\/browser-polyfill.min.js",
                "js\/web\/_languages\/js\/_languages.js",
                "js\/inject.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.forgeofempires.com\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    }
}