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