AniList Extras

Adds a few additional features to AniList.

什么是AniList Extras?

AniList Extras是由pilar6195开发的Chrome扩展程序,该扩展的主要功能是“Adds a few additional features to AniList.”。

扩展截图

screenshot

下载AniList Extras扩展crx文件

下载AniList Extras扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - Adds character data from MyAnimeList since most of the time AniList does not have a complete character list.
- Adds OP/ED data from MyAnimeList.
- Toggle to display character/staff lists as grid (default) or as a list.
- Adds Anilist link to MyAnimeList pages.
- Adds the total amount of following, followers, forum threads, and forum comments a user has to the social tab of the user's profile.

More info can be found on the Github repo: https://github.com/pilar6195/AniList-Extras                    

扩展基本信息

名称 AniList Extras AniList Extras
ID ahcnhicbflgjhemogkbiknblbogeemih
官方URL https://chromewebstore.google.com/detail/anilist-extras/ahcnhicbflgjhemogkbiknblbogeemih
简介 Adds a few additional features to AniList.
文件大小 15.96 KB
安装次数 1,000
当前版本 1.2.0
更新时间 2019-10-22
上架时间 2019-10-22
评分 4.45/5 共11次评分
开发者 pilar6195
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/pilar6195/AniList-Extras
隐私政策页面URL https://pilar.moe/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AniList Extras",
    "description": "Adds a few additional features to AniList.",
    "version": "1.2.0",
    "minimum_chrome_version": "60.0.3112",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/anilist.co\/*",
        "https:\/\/graphql.anilist.co\/*",
        "https:\/\/api.jikan.moe\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/anilist.co\/*",
                "https:\/\/myanimelist.net\/*"
            ],
            "js": [
                "polyfill.js",
                "anilist-extras.user.js"
            ],
            "run_at": "document_start"
        }
    ]
}