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)
Apa itu World of Cultivation Pinyin Replacer?
World of Cultivation Pinyin Replacer adalah ekstensi Chrome yang dikembangkan oleh trauma_kmart, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi World of Cultivation Pinyin Replacer
Unduh file ekstensi World of Cultivation Pinyin Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | bbnonihfnnpoafkaanninebcnecdnggl |
URL Resmi | https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl |
Deskripsi | Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic) |
Ukuran File | 4.3 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 0.91 |
Terakhir Diperbarui | 2017-01-09 |
Tanggal Publikasi | 2017-01-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | trauma_kmart |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |