Busuu Japanese+

Improve your bussu experience when studying japanese. Remove the romaji for god's sake.

Cos'è Busuu Japanese+?

Busuu Japanese+ è un'estensione di Chrome sviluppata da Is Future Bright, e la sua funzione principale è "Improve your bussu experience when studying japanese. Remove the romaji for god's sake.".

Scarica il file CRX dell'estensione Busuu Japanese+

Scarica i file di estensione Busuu Japanese+ 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

                        If you like using Busuu for learning Japanese but hate the fact that there's no way to get rid of the romaji on the website, well here's a quick solution. Install the extension and get rid of all the romaji so you can focus and learn more :)                    

Informazioni di Base sull'Estensione

Nome Busuu Japanese+ Busuu Japanese+
ID hbbjbodfalgaikhpmlajlhdlgkbfjmjf
URL Ufficiale https://chromewebstore.google.com/detail/busuu-japanese+/hbbjbodfalgaikhpmlajlhdlgkbfjmjf
Descrizione Improve your bussu experience when studying japanese. Remove the romaji for god's sake.
Dimensione del File 4.4 KB
Conteggio Installazioni 64
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-08-07
Data di Pubblicazione 2016-08-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Is Future Bright
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Busuu Japanese+",
    "version": "0.0.1",
    "description": "Improve your bussu experience when studying japanese. Remove the romaji for god's sake.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.busuu.com\/*"
            ]
        }
    ]
}