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)

Co je World of Cultivation Pinyin Replacer?

World of Cultivation Pinyin Replacer je rozšíření Chrome vyvinuté trauma_kmart, a jeho hlavní funkcí je „Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření World of Cultivation Pinyin Replacer

Stáhněte si soubory rozšíření World of Cultivation Pinyin Replacer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název World of Cultivation Pinyin Replacer World of Cultivation Pinyin Replacer
ID bbnonihfnnpoafkaanninebcnecdnggl
Oficiální URL https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl
Popis Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)
Velikost souboru 4.3 KB
Počet instalací 19
Aktuální Verze 0.91
Poslední Aktualizace 2017-01-09
Datum Vydání 2017-01-08
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář trauma_kmart
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}