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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}