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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}