FoE-Info
Essential Info for Forge of Empires addicts
FoE-Infoคืออะไร?
FoE-Info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://foe-info.github.io/FoE-Info และคุณลักษณะหลักของมันคือ "Essential Info for Forge of Empires addicts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FoE-Info
ดาวน์โหลดไฟล์ส่วนขยาย FoE-Info ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Forge of Empires Addicts and Guild Leaders will find these statistics essential for detailed game analysis and improvement. Helps to spend FP efficiently and safely. Copy Guild performance to a spreadsheet. Latest Additions: - Updated GB Donation panel - new layout - GBG target generator - automatically tallies the number of siege camps, the opening time, and generates a list of provinces that are marked as focus. then just with the copy button, and paste directly into your ingame messages FoE game statistics are added to Chrome DevTools which when selected will appear in the sidebar as an optional tab. Current tools include: City Stats - daily Forge Points, guild power and goods, ARC/Chateau boost, attack/defence boost, available FP Great building investment helper which includes cost to lock a reward position and associated profit/loss. Now also includes a GB generator based on the last ingame message you opened. so for guilds with multiple threads, you automatically get the numbers for 1.9, 1.92, 1.94, etc Statistics associated with last Great Building visited; Friend, Neighbourhood or Guild player lists; Guild administration details related to Guild vs Guild, Guild Battleground, Guild Expedition and Guild Treasury. Blue Galaxy Reward helper - show a list of building to collect, ordered by FP Army Management - lists your total inventory of rogues and military units Cultural Settlement - shows how many goods are still needed to complete Available Incidents and their type (road, nature, shore, water etc.); Invested FPs and associated rewards due; For each group of statistics a copy button is provided which enables the user to quickly add data to clipboard and copy to a document or spreadsheet for further analysis. This is not a BOT, and will not automate any game actions. This extension is safe to use, as it simply listens to messages being received. NO INFO is sent to Inno or FoE-Info. NO USER DATA is stored or sent anywhere, so your privacy is protected
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FoE-Info |
ID | clifeblhbipgjjlngahknaagkkikfhmo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/foe-info/clifeblhbipgjjlngahknaagkkikfhmo |
คำอธิบาย | Essential Info for Forge of Empires addicts |
ขนาดไฟล์ | 359 KB |
จำนวนการติดตั้ง | 3,773 |
เวอร์ชันปัจจุบัน | 0.0.823 |
อัปเดตครั้งล่าสุด | 2024-02-15 |
วันที่เผยแพร่ | 2020-06-05 |
คะแนน | 4.15/5 รวมทั้งหมด 27 คะแนน |
ผู้พัฒนา | https://foe-info.github.io/FoE-Info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://discord.gg/gfmpnza8Sp |
URL หน้านโยบายความเป็นส่วนตัว | https://foe-info.github.io/FoE-Info-Docs/Privacy-Policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html" }, "name": "FoE-Info", "short_name": "FoE-Info", "version": "0.0.823", "manifest_version": 3, "minimum_chrome_version": "88.0", "description": "Essential Info for Forge of Empires addicts", "homepage_url": "https:\/\/foe-info.github.io\/FoE-Info-Docs\/", "externally_connectable": { "matches": [ "https:\/\/*.forgeofempires.com\/game\/*" ] }, "devtools_page": "devtools.html", "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "icons\/Icon16.png", "24": "icons\/Icon24.png", "32": "icons\/Icon32.png", "48": "icons\/Icon48.png", "64": "icons\/Icon64.png", "128": "icons\/Icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "clipboardWrite", "webRequest" ], "host_permissions": [ "https:\/\/*.forgeofempires.com\/game\/*", "https:\/\/*.google.com\/*", "https:\/\/*.googleusercontent.com\/", "https:\/\/discordapp.com\/api\/webhooks\/*", "https:\/\/discord.com\/api\/webhooks\/*", "https:\/\/*.innogamescdn.com\/*" ], "web_accessible_resources": [ { "resources": [ "browser-polyfill.js" ], "matches": [ "https:\/\/*.forgeofempires.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self'" } } |