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)

Qu'est-ce que World of Cultivation Pinyin Replacer ?

World of Cultivation Pinyin Replacer est une extension Chrome développée par trauma_kmart, et sa fonction principale est "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension World of Cultivation Pinyin Replacer

Téléchargez les fichiers d'extension World of Cultivation Pinyin Replacer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom World of Cultivation Pinyin Replacer World of Cultivation Pinyin Replacer
ID bbnonihfnnpoafkaanninebcnecdnggl
URL Officiel https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl
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)
Taille du Fichier 4.3 KB
Nombre d'Installations 19
Version Actuelle 0.91
Dernière Mise à Jour 2017-01-09
Date de Publication 2017-01-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur trauma_kmart
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}