eMAL
Quality-of-life enhancements for MyAnimeList
什么是eMAL?
eMAL是由atomheartother开发的Chrome扩展程序,该扩展的主要功能是“Quality-of-life enhancements for MyAnimeList”。
扩展截图
下载eMAL扩展crx文件
下载eMAL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | cmeebapejoapfdgioceapbpbgigomoml |
| 官方URL | https://chromewebstore.google.com/detail/emal/cmeebapejoapfdgioceapbpbgigomoml |
| 简介 | Quality-of-life enhancements for MyAnimeList |
| 文件大小 | 10.89 KB |
| 安装次数 | 213 |
| 当前版本 | 0.2.2 |
| 更新时间 | 2019-03-18 |
| 上架时间 | 2019-03-18 |
| 开发者 | atomheartother |
| 付费类型 | free |
| 帮助页面URL | https://github.com/atomheartother/eMAL |
| 支持的语言 | 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"
]
}
]
} | |