GBG Camp Distributor

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

GBG Camp Distributor là gì?

GBG Camp Distributor là một tiện ích mở rộng Chrome được phát triển bởi PlanetTeamSpeak, và tính năng chính của nó là "A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GBG Camp Distributor

Tải xuống các tệp mở rộng GBG Camp Distributor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GBG Camp Distributor GBG Camp Distributor
ID ikdffmdnildbkpjpinoiifbfcppfmdpj
URL Chính Thức https://chromewebstore.google.com/detail/gbg-camp-distributor/ikdffmdnildbkpjpinoiifbfcppfmdpj
Mô tả A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.
Kích Thước Tệp 40.37 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2023-03-22
Ngày Phát Hành 2023-02-26
Nhà Phát Triển PlanetTeamSpeak
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension
URL Trang Trợ Giúp https://github.com/PlanetTeamSpeakk/GBGCampDistributor-Extension/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}