Busuu Japanese+

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

What is Busuu Japanese+?

Busuu Japanese+ is a Chrome extension developed by Is Future Bright, and its main feature is "Improve your bussu experience when studying japanese. Remove the romaji for god's sake.".

Download Busuu Japanese+ Extension CRX File

Download Busuu Japanese+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Busuu Japanese+ Busuu Japanese+
ID hbbjbodfalgaikhpmlajlhdlgkbfjmjf
Official URL https://chromewebstore.google.com/detail/busuu-japanese+/hbbjbodfalgaikhpmlajlhdlgkbfjmjf
Description Improve your bussu experience when studying japanese. Remove the romaji for god's sake.
File Size 4.4 KB
Installation Count 64
Current Version 0.0.1
Last Updated 2016-08-07
Publish Date 2016-08-07
Rating 5.00/5 Total 1 Ratings
Developer Is Future Bright
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}