Tema Oscuro de WhatsApp

Activa y desactiva el tema oscuro de WhatsApp con solo un click!

Wat is Tema Oscuro de WhatsApp?

Tema Oscuro de WhatsApp is een Chrome-extensie ontwikkeld door http://www.whatsappparanegocios.com, en de belangrijkste functie is "Activa y desactiva el tema oscuro de WhatsApp con solo un click!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tema Oscuro de WhatsApp

Download Tema Oscuro de WhatsApp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Activa y desactiva el tema oscuro de WhatsApp con solo un click!                    

Basisinformatie over de Extensie

Naam Tema Oscuro de WhatsApp Tema Oscuro de WhatsApp
ID depmngcmplfndfhblhdglbgihjnojaia
Officiële URL https://chrome.google.com/webstore/detail/tema-oscuro-de-whatsapp/depmngcmplfndfhblhdglbgihjnojaia
Beschrijving Activa y desactiva el tema oscuro de WhatsApp con solo un click!
Bestandsgrootte 483 KB
Aantal Installaties 165
Huidige Versie 1.2.00
Laatst Bijgewerkt 2020-05-26
Publicatiedatum 2020-05-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.whatsappparanegocios.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL http://wa.me/18093790955?text=Necesito%20ayuda%20con%20la%20extensi%C3%B3n%20WhatsApp%20Dark%20Theme
URL van de Privacybeleid Pagina https://www.mojicalabs.com/politica-de-privacidad
Ondersteunde Talen en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.00",
    "description": "__MSG_extDescription__",
    "default_locale": "es",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/217rtw0fjh.execute-api.us-west-2.amazonaws.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png",
            "512": "images\/get_started512.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png",
        "512": "images\/get_started512.png"
    },
    "manifest_version": 2
}