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)
Hvad er World of Cultivation Pinyin Replacer?
World of Cultivation Pinyin Replacer er en Chrome-udvidelse udviklet af trauma_kmart, og dens hovedfunktion er "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)".
Udvidelsesskærmbilleder
Download World of Cultivation Pinyin Replacer-udvidelses-CRX-fil
Download World of Cultivation Pinyin Replacer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bbnonihfnnpoafkaanninebcnecdnggl |
Officiel URL | https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl |
Beskrivelse | Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic) |
Filstørrelse | 4.3 KB |
Antal Installationer | 19 |
Nuværende Version | 0.91 |
Senest Opdateret | 2017-01-09 |
Udgivelsesdato | 2017-01-08 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | trauma_kmart |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |