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是由PlanetTeamSpeak开发的Chrome扩展程序,该扩展的主要功能是“A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.”。
扩展截图
下载GBG Camp Distributor扩展crx文件
下载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\/*" ] } ] } |