Tribal Wars Dark Mode
This extension changes tribal wars appearance to dark mode.
Qu'est-ce que Tribal Wars Dark Mode ?
Tribal Wars Dark Mode est une extension Chrome développée par cristianobenucci5, et sa fonction principale est "This extension changes tribal wars appearance to dark mode.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tribal Wars Dark Mode
Téléchargez les fichiers d'extension Tribal Wars Dark Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tribal Wars Dark Mode |
ID | mbkhaddlbbdnonaomdgamafahbflffbb |
URL Officiel | https://chromewebstore.google.com/detail/tribal-wars-dark-mode/mbkhaddlbbdnonaomdgamafahbflffbb |
Description | This extension changes tribal wars appearance to dark mode. |
Taille du Fichier | 33.43 KB |
Nombre d'Installations | 59 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2024-02-01 |
Date de Publication | 2023-06-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | cristianobenucci5 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/cristianobenucci/privacypolicy/blob/main/README.md |
Langues Prises en Charge | 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" } |