eMAL
Quality-of-life enhancements for MyAnimeList
What is eMAL?
eMAL is a Chrome extension developed by atomheartother, and its main feature is "Quality-of-life enhancements for MyAnimeList".
Extension Screenshots
Download eMAL Extension CRX File
Download eMAL 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
Right now, lets you mass-remove items from your anime list as the interface to do it on the base site is quite clunky. More information at: https://github.com/atomheartother/eMAL
Extension Basic Information
Name | eMAL |
ID | cmeebapejoapfdgioceapbpbgigomoml |
Official URL | https://chromewebstore.google.com/detail/emal/cmeebapejoapfdgioceapbpbgigomoml |
Description | Quality-of-life enhancements for MyAnimeList |
File Size | 10.89 KB |
Installation Count | 213 |
Current Version | 0.2.2 |
Last Updated | 2019-03-18 |
Publish Date | 2019-03-18 |
Developer | atomheartother |
Payment Type | free |
Help Page URL | https://github.com/atomheartother/eMAL |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eMAL", "version": "0.2.2", "description": "Quality-of-life enhancements for MyAnimeList", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/myanimelist.net\/*list\/*" ], "js": [ "eMAL.js" ], "css": [ "eMAL.css" ] } ] } |