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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        >> 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
공식 URL 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"
    }
}