FoE - Helper

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

FoE - Helperคืออะไร?

FoE - Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://foe-helper.com และคุณลักษณะหลักของมันคือ "Small tools and helpers for a better gaming experience in Forge of Empires"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FoE - Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}