english anime list
shows english titles on myanimelist.net/animelist
Co to jest english anime list?
english anime list to rozszerzenie Chrome opracowane przez steve, a jego główną funkcją jest „shows english titles on myanimelist.net/animelist”.
Pobierz plik CRX rozszerzenia english anime list
Pobierz pliki rozszerzeń english anime list 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 replaces the Japanese title of some anime with the English version on myanimelist.net/animelist/yourusername. When starting the extension for the first time you will likely have to enter your username and password. This is because the extension uses the MAL API, which has a separate log in.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | mnmmdhdgafnnlookbiicnmcgleopbfnh |
Oficjalny URL | https://chrome.google.com/webstore/detail/english-anime-list/mnmmdhdgafnnlookbiicnmcgleopbfnh |
Opis | shows english titles on myanimelist.net/animelist |
Rozmiar pliku | 32.94 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-01-02 |
Data Publikacji | 2015-01-02 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | steve |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/stevesteve/english-anime-list |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "english anime list", "version": "1.0", "manifest_version": 2, "description": "shows english titles on myanimelist.net\/animelist", "content_scripts": [ { "matches": [ "http:\/\/myanimelist.net\/animelist\/*" ], "js": [ "js\/jquery-2.1.1.min.js", "js\/inject.js" ] } ] } |