english anime list
shows english titles on myanimelist.net/animelist
What is english anime list?
english anime list is a Chrome extension developed by steve, and its main feature is "shows english titles on myanimelist.net/animelist".
Download english anime list Extension CRX File
Download english anime list extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | mnmmdhdgafnnlookbiicnmcgleopbfnh |
Official URL | https://chrome.google.com/webstore/detail/english-anime-list/mnmmdhdgafnnlookbiicnmcgleopbfnh |
Description | shows english titles on myanimelist.net/animelist |
File Size | 32.94 KB |
Installation Count | 29 |
Current Version | 1.0 |
Last Updated | 2015-01-02 |
Publish Date | 2015-01-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | steve |
Payment Type | free |
Extension Website | https://github.com/stevesteve/english-anime-list |
Supported Languages | 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" ] } ] } |