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 to jest World of Cultivation Pinyin Replacer?
World of Cultivation Pinyin Replacer to rozszerzenie Chrome opracowane przez trauma_kmart, a jego główną funkcją jest „Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia World of Cultivation Pinyin Replacer
Pobierz pliki rozszerzeń World of Cultivation Pinyin Replacer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bbnonihfnnpoafkaanninebcnecdnggl |
Oficjalny URL | https://chromewebstore.google.com/detail/world-of-cultivation-piny/bbnonihfnnpoafkaanninebcnecdnggl |
Opis | Replaces the pinyin in World of Cultivation with english terms. (doesn't replace ling, ye, ge, etc. b/c those words are too basic) |
Rozmiar pliku | 4.3 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 0.91 |
Ostatnia Aktualizacja | 2017-01-09 |
Data Publikacji | 2017-01-08 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | trauma_kmart |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |