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)
Wat is World of Cultivation Pinyin Replacer?
World of Cultivation Pinyin Replacer is een Chrome-extensie ontwikkeld door trauma_kmart, en de belangrijkste functie is "Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)".
Extensie Screenshots
Download het CRX-bestand van de extensie World of Cultivation Pinyin Replacer
Download World of Cultivation Pinyin Replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | bbnonihfnnpoafkaanninebcnecdnggl |
Officiële URL | https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl |
Beschrijving | Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic) |
Bestandsgrootte | 4.3 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.91 |
Laatst Bijgewerkt | 2017-01-09 |
Publicatiedatum | 2017-01-08 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | trauma_kmart |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |