Anilist+ for Anilist
Enhanced AniList experience
什么是Anilist+ for Anilist?
Anilist+ for Anilist是由hschweitzer开发的Chrome扩展程序,该扩展的主要功能是“Enhanced AniList experience”。
扩展截图
下载Anilist+ for Anilist扩展crx文件
下载Anilist+ for Anilist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Current features (0.4):
- Proper 'Studio' tab on anime pages
- Improved readability of the progress for users with grey theme when using grid lists
- Scores in Anime and Manga lists are highlighted from red to green
- You no longer need to scroll to the top of the page yourself after clicking certain links.
Chrome version:
https://github.com/hschweitzer/AniList-Plus
Mozilla version:
https://addons.mozilla.org/en-US/firefox/addon/anilist-plus/
https://github.com/hschweitzer/Anilist-Plus-Firefox 扩展基本信息
| 名称 | |
| ID | elpfbellmnhbenkcdofdbdkneppoekhl |
| 官方URL | https://chromewebstore.google.com/detail/anilist+-for-anilist/elpfbellmnhbenkcdofdbdkneppoekhl |
| 简介 | Enhanced AniList experience |
| 文件大小 | 17.72 KB |
| 安装次数 | 899 |
| 当前版本 | 0.4.2 |
| 更新时间 | 2020-07-22 |
| 上架时间 | 2019-04-09 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | hschweitzer |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Anilist+ for Anilist",
"version": "0.4.2",
"description": "Enhanced AniList experience",
"page_action": {
"default_title": "AniList+ for Anilist",
"default_icon": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"64": "images\/icon.png",
"128": "images\/icon-128.png"
}
},
"author": "rirrsmo & hadrian",
"content_scripts": [
{
"matches": [
"*:\/\/anilist.co\/*"
],
"js": [
"list_visual_changes.js",
"content-script.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"minimum_chrome_version": "50",
"permissions": [
"*:\/\/anilist.co\/*"
],
"short_name": "AniList+",
"icons": {
"16": "images\/icon.png",
"32": "images\/icon.png",
"64": "images\/icon.png",
"128": "images\/icon-128.png"
}
} | |