UwU

This tool translates all your text into uwu It turns Us into UWU and Os into OWO

Cos'è UwU?

UwU è un'estensione di Chrome sviluppata da justinyu1618, e la sua funzione principale è "This tool translates all your text into uwu It turns Us into UWU and Os into OWO".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione UwU

Scarica i file di estensione UwU 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

                        This tool translates all your text into uwu

It turns Us into UWU and Os into OWO                    

Informazioni di Base sull'Estensione

Nome UwU UwU
ID edbngnhoeddnhnhppkojfememefahfgh
URL Ufficiale https://chromewebstore.google.com/detail/uwu/edbngnhoeddnhnhppkojfememefahfgh
Descrizione This tool translates all your text into uwu It turns Us into UWU and Os into OWO
Dimensione del File 513 KB
Conteggio Installazioni 1,624
Versione Corrente 0.1
Ultimo Aggiornamento 2022-09-06
Data di Pubblicazione 2019-10-17
Valutazione 4.79/5 Totale 66 Valutazioni
Sviluppatore justinyu1618
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UwU",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ]
}