Busuu Japanese+

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

Что такое Busuu Japanese+?

Busuu Japanese+ - это расширение Chrome, разработанное Is Future Bright, и его основная функция - "Improve your bussu experience when studying japanese. Remove the romaji for god's sake.".

Скачать файл CRX расширения Busuu Japanese+

Скачайте файлы расширений 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\/*"
            ]
        }
    ]
}