FOE Power Tools

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

Qu'est-ce que FOE Power Tools ?

FOE Power Tools est une extension Chrome développée par https://foepowertools.com, et sa fonction principale est "A set of tools to manage your Forege of Empires city.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FOE Power Tools

Téléchargez les fichiers d'extension FOE Power Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FOE Power Tools FOE Power Tools
ID apicdfpbepfbbgnikmfdbghibbkdeihn
URL Officiel https://chromewebstore.google.com/detail/foe-power-tools/apicdfpbepfbbgnikmfdbghibbkdeihn
Description A set of tools to manage your Forege of Empires city.
Taille du Fichier 65.96 KB
Nombre d'Installations 2,990
Version Actuelle 1.2
Dernière Mise à Jour 2020-07-02
Date de Publication 2020-07-01
Évaluation 3.02/5 Total 43 Évaluations
Développeur https://foepowertools.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.foepowertools.com
URL de la Page d'Aide https://www.foepowertools.com/faq
URL de la Page de Politique de Confidentialité https://foepowertools.com/privacy-policy
Langues Prises en Charge 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"
    ]
}