english anime list
shows english titles on myanimelist.net/animelist
O que é english anime list?
english anime list é uma extensão do Chrome desenvolvida por steve, e sua principal característica é "shows english titles on myanimelist.net/animelist".
Baixar o arquivo CRX da Extensão english anime list
Baixe arquivos de extensão english anime list no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ![]() |
ID | mnmmdhdgafnnlookbiicnmcgleopbfnh |
URL Oficial | https://chrome.google.com/webstore/detail/english-anime-list/mnmmdhdgafnnlookbiicnmcgleopbfnh |
Descrição | shows english titles on myanimelist.net/animelist |
Tamanho do Arquivo | 32.94 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.0 |
Última Atualização | 2015-01-02 |
Data de Publicação | 2015-01-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | steve |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/stevesteve/english-anime-list |
Idiomas Suportados | 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" ] } ] } |