Tribal Wars Dark Mode

This extension changes tribal wars appearance to dark mode.

What is Tribal Wars Dark Mode?

Tribal Wars Dark Mode is a Chrome extension developed by cristianobenucci5, and its main feature is "This extension changes tribal wars appearance to dark mode.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tribal Wars Dark Mode Extension CRX File

Download Tribal Wars Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tribal Wars Dark Mode Tribal Wars Dark Mode
ID mbkhaddlbbdnonaomdgamafahbflffbb
Official URL https://chromewebstore.google.com/detail/tribal-wars-dark-mode/mbkhaddlbbdnonaomdgamafahbflffbb
Description This extension changes tribal wars appearance to dark mode.
File Size 33.43 KB
Installation Count 59
Current Version 2.1
Last Updated 2024-02-01
Publish Date 2023-06-30
Rating 5.00/5 Total 1 Ratings
Developer cristianobenucci5
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/cristianobenucci/privacypolicy/blob/main/README.md
Supported Languages 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"
}