GBG Camp Distributor

A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.

O que é GBG Camp Distributor?

GBG Camp Distributor é uma extensão do Chrome desenvolvida por PlanetTeamSpeak, e sua principal característica é "A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GBG Camp Distributor

Baixe arquivos de extensão GBG Camp Distributor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome GBG Camp Distributor GBG Camp Distributor
ID ikdffmdnildbkpjpinoiifbfcppfmdpj
URL Oficial https://chromewebstore.google.com/detail/gbg-camp-distributor/ikdffmdnildbkpjpinoiifbfcppfmdpj
Descrição A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.
Tamanho do Arquivo 40.37 KB
Contagem de Instalações 38
Versão Atual 0.2.0
Última Atualização 2023-03-22
Data de Publicação 2023-02-26
Desenvolvedor PlanetTeamSpeak
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension
URL da Página de Ajuda https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension/issues
Idiomas Suportados 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\/*"
            ]
        }
    ]
}