Busuu Japanese+

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

Apa itu Busuu Japanese+?

Busuu Japanese+ adalah ekstensi Chrome yang dikembangkan oleh Is Future Bright, dan fitur utamanya adalah "Improve your bussu experience when studying japanese. Remove the romaji for god's sake.".

Unduh Berkas CRX Ekstensi Busuu Japanese+

Unduh file ekstensi Busuu Japanese+ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 :)                    

Informasi Dasar Ekstensi

Nama Busuu Japanese+ Busuu Japanese+
ID hbbjbodfalgaikhpmlajlhdlgkbfjmjf
URL Resmi https://chromewebstore.google.com/detail/busuu-japanese+/hbbjbodfalgaikhpmlajlhdlgkbfjmjf
Deskripsi Improve your bussu experience when studying japanese. Remove the romaji for god's sake.
Ukuran File 4.4 KB
Jumlah Instalasi 64
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2016-08-07
Tanggal Publikasi 2016-08-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Is Future Bright
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}