GBG Camp Distributor
A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.
Co to jest GBG Camp Distributor?
GBG Camp Distributor to rozszerzenie Chrome opracowane przez PlanetTeamSpeak, a jego główną funkcją jest „A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GBG Camp Distributor
Pobierz pliki rozszerzeń GBG Camp Distributor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | GBG Camp Distributor |
ID | ikdffmdnildbkpjpinoiifbfcppfmdpj |
Oficjalny URL | https://chromewebstore.google.com/detail/gbg-camp-distributor/ikdffmdnildbkpjpinoiifbfcppfmdpj |
Opis | A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources. |
Rozmiar pliku | 40.37 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 0.2.0 |
Ostatnia Aktualizacja | 2023-03-22 |
Data Publikacji | 2023-02-26 |
Deweloper | PlanetTeamSpeak |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension |
Adres URL Strony Pomocy | https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension/issues |
Obsługiwane Języki | 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\/*" ] } ] } |