FOE Power Tools

A set of tools to manage your Forege of Empires city.

ما هو FOE Power Tools؟

FOE Power Tools هو إضافة Chrome تم تطويرها بواسطة https://foepowertools.com، والميزة الرئيسية لها هي "A set of tools to manage your Forege of Empires city.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FOE Power Tools

قم بتنزيل ملفات الامتداد FOE Power Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        FOE Power Tools is a must have browser extension that will bring your Forge of Empires in-game information to you. Stay on top of your forge point contributions to other buildings, get customized city production reports, and see what to expect from your Alcatraz collections. 

These are just a few of the tools that will help unlock the full potential of your Forge of Empires city.                    

معلومات أساسية عن التمديد

الاسم FOE Power Tools FOE Power Tools
ID apicdfpbepfbbgnikmfdbghibbkdeihn
عنوان URL الرسمي https://chromewebstore.google.com/detail/foe-power-tools/apicdfpbepfbbgnikmfdbghibbkdeihn
الوصف A set of tools to manage your Forege of Empires city.
حجم الملف 65.96 KB
عدد التثبيتات 2,990
النسخة الحالية 1.2
آخر تحديث 2020-07-02
تاريخ النشر 2020-07-01
تقييم 3.02/5 مجموع تقييمات 43
المطور https://foepowertools.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.foepowertools.com
عنوان صفحة المساعدة https://www.foepowertools.com/faq
عنوان صفحة سياسة الخصوصية https://foepowertools.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FOE Power Tools",
    "description": "A set of tools to manage your Forege of Empires city.",
    "version": "1.2",
    "options_page": "common\/options.html",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.forgeofempires.com\/game\/index*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "common\/img\/Icon(16x16).png",
            "48": "common\/img\/Icon(48x48).png",
            "128": "common\/img\/Logo_Final(128x128).png"
        },
        "default_title": "FOE Power Tools",
        "default_popup": "common\/popup.htm"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.forgeofempires.com\/game\/index*",
            "https:\/\/foepowertools.com\/*"
        ]
    },
    "icons": {
        "16": "common\/img\/Icon(16x16).png",
        "48": "common\/img\/Icon(48x48).png",
        "128": "common\/img\/Logo_Final(128x128).png"
    },
    "web_accessible_resources": [
        "common\/img\/*.png"
    ]
}