MAL Extension
An extension for MyAnimeList
What is MAL Extension?
MAL Extension is a Chrome extension developed by Unknown, and its main feature is "An extension for MyAnimeList".
Download MAL Extension Extension CRX File
Download MAL Extension 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
An extension for the website MyAnimeList.com
Extension Basic Information
Name | MAL Extension |
ID | nifokfbehcalbgipmpgackmpgegmpgpn |
Official URL | https://chromewebstore.google.com/detail/mal-extension/nifokfbehcalbgipmpgackmpgegmpgpn |
Description | An extension for MyAnimeList |
File Size | 686 KB |
Installation Count | 51 |
Current Version | 1.1 |
Last Updated | 2017-11-13 |
Publish Date | 2017-11-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MAL Extension", "version": "1.1", "description": "An extension for MyAnimeList", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/myanimelist.net\/*" ], "js": [ "scripts\/library.js", "scripts\/content.js" ] } ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "https:\/\/kitsu.io\/*", "https:\/\/anidb.net\/*" ] } |