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)
Was ist World of Cultivation Pinyin Replacer?
World of Cultivation Pinyin Replacer ist eine Chrome-Erweiterung, die von trauma_kmart entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)".
Erweiterungsscreenshots
World of Cultivation Pinyin Replacer-Erweiterungs-CRX-Datei herunterladen
Laden Sie World of Cultivation Pinyin Replacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | bbnonihfnnpoafkaanninebcnecdnggl |
Offizielle URL | https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl |
Beschreibung | Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic) |
Dateigröße | 4.3 KB |
Installationsanzahl | 19 |
Aktuelle Version | 0.91 |
Letztes Update | 2017-01-09 |
Veröffentlichungsdatum | 2017-01-08 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | trauma_kmart |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |