Tribal Wars Dark Mode

This extension changes tribal wars appearance to dark mode.

Cos'è Tribal Wars Dark Mode?

Tribal Wars Dark Mode è un'estensione di Chrome sviluppata da cristianobenucci5, e la sua funzione principale è "This extension changes tribal wars appearance to dark mode.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tribal Wars Dark Mode

Scarica i file di estensione Tribal Wars Dark Mode 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

                        Change your tribal wars game to the dark mode using this extension!
## 2.0 ## new switch button has been added and extension works now in all countries.

## 2.1 ## In case of domain name change send me an email I will add your tribal wars domain to extension's list.                    

Informazioni di Base sull'Estensione

Nome Tribal Wars Dark Mode Tribal Wars Dark Mode
ID mbkhaddlbbdnonaomdgamafahbflffbb
URL Ufficiale https://chromewebstore.google.com/detail/tribal-wars-dark-mode/mbkhaddlbbdnonaomdgamafahbflffbb
Descrizione This extension changes tribal wars appearance to dark mode.
Dimensione del File 33.43 KB
Conteggio Installazioni 59
Versione Corrente 2.1
Ultimo Aggiornamento 2024-02-01
Data di Pubblicazione 2023-06-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore cristianobenucci5
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/cristianobenucci/privacypolicy/blob/main/README.md
Lingue Supportate en
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.plemiona.pl\/*",
                "*:\/\/*.tribalwars.net\/*",
                "*:\/\/*.tribalwars.co.uk\/*",
                "*:\/\/*.tribalwars.us\/*",
                "*:\/\/*.klanhaboru.hu\/*",
                "*:\/\/*.tribalwars.com.pt\/*",
                "*:\/\/*.tribalwars.com.br\/*",
                "*:\/\/*.voynaplemyon.com\/*",
                "*:\/\/*.fyletikesmaxes.gr\/*",
                "*:\/\/*.divokekmeny.cz\/*",
                "*:\/\/*.die-staemme.de\/*",
                "*:\/\/*.tribals.it\/*",
                "*:\/\/*.divoke-kmene.sk\/*",
                "*:\/\/*.guerretribale.fr\/*",
                "*:\/\/*.klanlar.org\/*",
                "*:\/\/*.tribalwars.ae\/*",
                "*:\/\/*.tribalwars.nl\/*",
                "*:\/\/*.tribalwars.works\/*",
                "*:\/\/*.triburile.ro\/*",
                "*:\/\/*.guerrastribales.es\/*",
                "*:\/\/*.staemme.ch\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "This extension changes tribal wars appearance to dark mode.",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1BSM6wo8KS\/kZLEwRStx3hLrUzwuITxnBdF0cZoWUYNYKfkYfrU\/p\/niukjhDhBmrtrvAF+t8H\/IpAWgrY0PJH8ijwuG\/gnMYTPcifQZXgJOL+VU1N0Lm8d+MAA9d4jztEPqaxfXz7Hi6NY6NpAF651RGU\/S3w0L2CeayvvOx0+w3Gjdeqbtfm\/jEEGz2uXiGS5PAb5\/vt8T6EPSFuUc0F2ExK3Dl3ldDqmAVEvuyNXEE11qTvjX7ZQw+018PyBTXhZpRbaGtQCMn+AXR6JnPdDl4GyX2wR+RcJCcYG91RXqCcS\/raLPTHoW5tk8UJYcZiGzbvP66FnwMCZWqSrsOwIDAQAB",
    "manifest_version": 3,
    "name": "Tribal Wars Dark Mode",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1"
}