GBG Camp Distributor
A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.
Was ist GBG Camp Distributor?
GBG Camp Distributor ist eine Chrome-Erweiterung, die von PlanetTeamSpeak entwickelt wurde, und ihr Hauptmerkmal ist "A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.".
Erweiterungsscreenshots
GBG Camp Distributor-Erweiterungs-CRX-Datei herunterladen
Laden Sie GBG Camp Distributor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | GBG Camp Distributor |
ID | ikdffmdnildbkpjpinoiifbfcppfmdpj |
Offizielle URL | https://chromewebstore.google.com/detail/gbg-camp-distributor/ikdffmdnildbkpjpinoiifbfcppfmdpj |
Beschreibung | A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources. |
Dateigröße | 40.37 KB |
Installationsanzahl | 38 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2023-03-22 |
Veröffentlichungsdatum | 2023-02-26 |
Entwickler | PlanetTeamSpeak |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension |
Hilfeseite URL | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension/issues |
Unterstützte Sprachen | 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\/*" ] } ] } |