Tribal Wars Points

Show points income of buildings.

Τι είναι το Tribal Wars Points;

Το Tribal Wars Points είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DouBall, και η κύρια λειτουργία του είναι "Show points income of buildings.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Tribal Wars Points

Λήψη αρχείων επέκτασης Tribal Wars Points σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Extension only use is to extend Tribal Wars game by showing points of building next level.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tribal Wars Points Tribal Wars Points
ID gnpaldombdnidgjcponjiaocipjhfeco
Επίσημο URL https://chromewebstore.google.com/detail/tribal-wars-points/gnpaldombdnidgjcponjiaocipjhfeco
Περιγραφή Show points income of buildings.
Μέγεθος Αρχείου 23.08 KB
Αριθμός Εγκαταστάσεων 39
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-06-14
Ημερομηνία Δημοσίευσης 2023-06-14
Προγραμματιστής DouBall
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tribal Wars Points",
    "version": "1.0",
    "description": "Show points income of buildings.",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.die-staemme.de\/*",
                "https:\/\/*.die-staemme.de\/*",
                "http:\/\/*.staemme.ch\/*",
                "https:\/\/*.staemme.ch\/*",
                "http:\/\/*.tribalwars.net\/*",
                "https:\/\/*.tribalwars.net\/*",
                "http:\/\/*.tribalwars.nl\/*",
                "https:\/\/*.tribalwars.nl\/*",
                "http:\/\/*.plemiona.pl\/*",
                "https:\/\/*.plemiona.pl\/*",
                "http:\/\/*.tribalwars.se\/*",
                "https:\/\/*.tribalwars.se\/*",
                "http:\/\/*.tribalwars.com.br\/*",
                "https:\/\/*.tribalwars.com.br\/*",
                "http:\/\/*.tribalwars.com.pt\/*",
                "https:\/\/*.tribalwars.com.pt\/*",
                "http:\/\/*.divokekmeny.cz\/*",
                "https:\/\/*.divokekmeny.cz\/*",
                "http:\/\/*.triburile.ro\/*",
                "https:\/\/*.triburile.ro\/*",
                "http:\/\/*.voynaplemyon.com\/*",
                "https:\/\/*.voynaplemyon.com\/*",
                "http:\/\/*.fyletikesmaxes.gr\/*",
                "https:\/\/*.fyletikesmaxes.gr\/*",
                "http:\/\/*.no.tribalwars.com\/*",
                "https:\/\/*.no.tribalwars.com\/*",
                "http:\/\/*.divoke-kmene.sk\/*",
                "https:\/\/*.divoke-kmene.sk\/*",
                "http:\/\/*.klanhaboru.hu\/*",
                "https:\/\/*.klanhaboru.hu\/*",
                "http:\/\/*.tribalwars.dk\/*",
                "https:\/\/*.tribalwars.dk\/*",
                "http:\/\/*.tribals.it\/*",
                "https:\/\/*.tribals.it\/*",
                "http:\/\/*.klanlar.org\/*",
                "https:\/\/*.klanlar.org\/*",
                "http:\/\/*.guerretribale.fr\/*",
                "https:\/\/*.guerretribale.fr\/*",
                "http:\/\/*.guerrastribales.es\/*",
                "https:\/\/*.guerrastribales.es\/*",
                "http:\/\/*.tribalwars.ae\/*",
                "https:\/\/*.tribalwars.ae\/*",
                "http:\/\/*.tribalwars.co.uk\/*",
                "https:\/\/*.tribalwars.co.uk\/*",
                "http:\/\/*.vojnaplemen.si\/*",
                "https:\/\/*.vojnaplemen.si\/*",
                "http:\/\/*.plemena.com\/*",
                "https:\/\/*.plemena.com\/*",
                "http:\/\/*.tribalwars.asia\/*",
                "https:\/\/*.tribalwars.asia\/*",
                "http:\/\/*.www.tribalwars.works\/*",
                "https:\/\/*.www.tribalwars.works\/*",
                "http:\/\/*.tribalwars.us\/*",
                "https:\/\/*.tribalwars.us\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_title": "TW Points"
    },
    "icons": {
        "128": "img.png"
    }
}