Busuu Japanese+

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

什么是Busuu Japanese+?

Busuu Japanese+是由Is Future Bright开发的Chrome扩展程序,该扩展的主要功能是“Improve your bussu experience when studying japanese. Remove the romaji for god's sake.”。

下载Busuu Japanese+扩展crx文件

下载Busuu Japanese+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Busuu Japanese+ Busuu Japanese+
ID hbbjbodfalgaikhpmlajlhdlgkbfjmjf
官方URL https://chromewebstore.google.com/detail/busuu-japanese+/hbbjbodfalgaikhpmlajlhdlgkbfjmjf
简介 Improve your bussu experience when studying japanese. Remove the romaji for god's sake.
文件大小 4.4 KB
安装次数 64
当前版本 0.0.1
更新时间 2016-08-07
上架时间 2016-08-07
评分 5.00/5 共1次评分
开发者 Is Future Bright
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}