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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में World of Cultivation Pinyin Replacer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}