World of Cultivation Pinyin Replacer

Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)

ما هو World of Cultivation Pinyin Replacer؟

World of Cultivation Pinyin Replacer هو إضافة Chrome تم تطويرها بواسطة trauma_kmart، والميزة الرئيسية لها هي "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة World of Cultivation Pinyin Replacer

قم بتنزيل ملفات الامتداد World of Cultivation Pinyin Replacer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension converts the untranslated pinyin terms in World of Cultivation on https://wwyxhqc.wordpress.com to english. Please report any bugs or mistranslations, thanks                    

معلومات أساسية عن التمديد

الاسم World of Cultivation Pinyin Replacer World of Cultivation Pinyin Replacer
ID bbnonihfnnpoafkaanninebcnecdnggl
عنوان URL الرسمي https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl
الوصف Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)
حجم الملف 4.3 KB
عدد التثبيتات 19
النسخة الحالية 0.91
آخر تحديث 2017-01-09
تاريخ النشر 2017-01-08
تقييم 5.00/5 مجموع تقييمات 2
المطور trauma_kmart
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World of Cultivation Pinyin Replacer",
    "description": "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b\/c those words are too basic)",
    "version": "0.91",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}