GBG Camp Distributor

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

Co je GBG Camp Distributor?

GBG Camp Distributor je rozšíření Chrome vyvinuté PlanetTeamSpeak, a jeho hlavní funkcí je „A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GBG Camp Distributor

Stáhněte si soubory rozšíření GBG Camp Distributor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název GBG Camp Distributor GBG Camp Distributor
ID ikdffmdnildbkpjpinoiifbfcppfmdpj
Oficiální URL https://chromewebstore.google.com/detail/gbg-camp-distributor/ikdffmdnildbkpjpinoiifbfcppfmdpj
Popis A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.
Velikost souboru 40.37 KB
Počet instalací 38
Aktuální Verze 0.2.0
Poslední Aktualizace 2023-03-22
Datum Vydání 2023-02-26
Vývojář PlanetTeamSpeak
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension
URL Stránky Nápovědy https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension/issues
Podporované Jazyky 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\/*"
            ]
        }
    ]
}