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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}