GBG Camp Distributor
A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.
Wat is GBG Camp Distributor?
GBG Camp Distributor is een Chrome-extensie ontwikkeld door PlanetTeamSpeak, en de belangrijkste functie is "A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.".
Extensie Screenshots
Download het CRX-bestand van de extensie GBG Camp Distributor
Download GBG Camp Distributor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | GBG Camp Distributor |
ID | ikdffmdnildbkpjpinoiifbfcppfmdpj |
Officiële URL | https://chromewebstore.google.com/detail/gbg-camp-distributor/ikdffmdnildbkpjpinoiifbfcppfmdpj |
Beschrijving | A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources. |
Bestandsgrootte | 40.37 KB |
Aantal Installaties | 38 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2023-03-22 |
Publicatiedatum | 2023-02-26 |
Ontwikkelaar | PlanetTeamSpeak |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension |
Help Pagina-URL | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension/issues |
Ondersteunde Talen | 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\/*" ] } ] } |