GBG Camp Distributor

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

GBG Camp Distributorとは何ですか?

GBG Camp DistributorはPlanetTeamSpeakによって開発されたChromeの拡張機能で、その主な機能は「A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.」です。

拡張機能のスクリーンショット

screenshot

GBG Camp Distributor拡張機能のCRXファイルをダウンロード

GBG Camp Distributor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 GBG Camp Distributor GBG Camp Distributor
ID ikdffmdnildbkpjpinoiifbfcppfmdpj
公式URL https://chromewebstore.google.com/detail/gbg-camp-distributor/ikdffmdnildbkpjpinoiifbfcppfmdpj
説明 A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.
ファイルサイズ 40.37 KB
インストール数 38
現在のバージョン 0.2.0
最終更新日 2023-03-22
公開日 2023-02-26
開発者 PlanetTeamSpeak
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension
ヘルプページのURL https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension/issues
対応言語 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\/*"
            ]
        }
    ]
}