FOE Power Tools

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

FOE Power Tools क्या है?

FOE Power Tools https://foepowertools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A set of tools to manage your Forege of Empires city."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FOE Power Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://www.foepowertools.com/faq
गोपनीयता नीति पृष्ठ URL 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"
    ]
}