GBG Camp Distributor
A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.
GBG Camp Distributorคืออะไร?
GBG Camp Distributor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PlanetTeamSpeak และคุณลักษณะหลักของมันคือ "A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GBG Camp Distributor
ดาวน์โหลดไฟล์ส่วนขยาย GBG Camp Distributor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources. Ensures you place the least amount of siege camps while every province still has four camps supporting it. REQUIRES FOE HELPER TO BE INSTALLED You can download FOE helper here: https://chrome.google.com/webstore/detail/foe-helper/bkagcmloachflbbkfmfiggipaelfamdf
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GBG Camp Distributor |
ID | ikdffmdnildbkpjpinoiifbfcppfmdpj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gbg-camp-distributor/ikdffmdnildbkpjpinoiifbfcppfmdpj |
คำอธิบาย | A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources. |
ขนาดไฟล์ | 40.37 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2023-03-22 |
วันที่เผยแพร่ | 2023-02-26 |
ผู้พัฒนา | PlanetTeamSpeak |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension |
URL หน้าช่วยเหลือ | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "GBG Camp Distributor", "version": "0.2.0", "description": "A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.", "author": "PlanetTeamSpeak", "icons": { "16": "imgs\/16-siege_camp.png", "32": "imgs\/32-siege_camp.png", "48": "imgs\/48-siege_camp.png", "128": "imgs\/128-siege_camp.png" }, "action": { "default_title": "GBG Camp Distributor" }, "host_permissions": [ "*:\/\/*.forgeofempires.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.forgeofempires.com\/*" ], "js": [ "js\/web\/injector.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "js\/web\/**", "css\/**", "imgs\/**" ], "matches": [ "*:\/\/*.forgeofempires.com\/*" ] } ] } |