GBG Camp Distributor
A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.
¿Qué es GBG Camp Distributor?
GBG Camp Distributor es una extensión de Chrome desarrollada por PlanetTeamSpeak, y su función principal es "A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GBG Camp Distributor
Descarga archivos de extensión GBG Camp Distributor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | GBG Camp Distributor |
ID | ikdffmdnildbkpjpinoiifbfcppfmdpj |
URL Oficial | https://chromewebstore.google.com/detail/gbg-camp-distributor/ikdffmdnildbkpjpinoiifbfcppfmdpj |
Descripción | A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources. |
Tamaño del Archivo | 40.37 KB |
Cantidad de Instalaciones | 38 |
Versión Actual | 0.2.0 |
Última Actualización | 2023-03-22 |
Fecha de Publicación | 2023-02-26 |
Desarrollador | PlanetTeamSpeak |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension |
URL de la Página de Ayuda | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension/issues |
Idiomas Soportados | 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\/*" ] } ] } |