FOE Power Tools

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

Cos'è FOE Power Tools?

FOE Power Tools è un'estensione di Chrome sviluppata da https://foepowertools.com, e la sua funzione principale è "A set of tools to manage your Forege of Empires city.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FOE Power Tools

Scarica i file di estensione FOE Power Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FOE Power Tools FOE Power Tools
ID apicdfpbepfbbgnikmfdbghibbkdeihn
URL Ufficiale https://chromewebstore.google.com/detail/foe-power-tools/apicdfpbepfbbgnikmfdbghibbkdeihn
Descrizione A set of tools to manage your Forege of Empires city.
Dimensione del File 65.96 KB
Conteggio Installazioni 2,990
Versione Corrente 1.2
Ultimo Aggiornamento 2020-07-02
Data di Pubblicazione 2020-07-01
Valutazione 3.02/5 Totale 43 Valutazioni
Sviluppatore https://foepowertools.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.foepowertools.com
URL della Pagina di Aiuto https://www.foepowertools.com/faq
URL della Pagina della Politica sulla Privacy https://foepowertools.com/privacy-policy
Lingue Supportate 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"
    ]
}