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 هو إضافة Chrome تم تطويرها بواسطة PlanetTeamSpeak، والميزة الرئيسية لها هي "A small tool used to help distribute camps on Forge of Empires Guild Battlegrounds without wasting resources.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GBG Camp Distributor

قم بتنزيل ملفات الامتداد GBG Camp Distributor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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\/*"
            ]
        }
    ]
}