Anime-Planet Enhancer

Features to improve user experience on Anime-Planet

什么是Anime-Planet Enhancer?

Anime-Planet Enhancer是由Adil Allali开发的Chrome扩展程序,该扩展的主要功能是“Features to improve user experience on Anime-Planet”。

扩展截图

screenshot
screenshot

下载Anime-Planet Enhancer扩展crx文件

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

扩展使用说明

                        ✔ view & update directly all of status info of an Anime/Manga from within related content. (Like Anime-Planet old design)

✔ hover over an Anime/Manga to view Description,Rating and view full title. (useful for titles that are truncated)

✔ For suggestions reach me by (Email or patreon.com/AllaliAdil)                    

扩展基本信息

名称 Anime-Planet Enhancer Anime-Planet Enhancer
ID oigahjlmdiollhihhleinfiimfihkccf
官方URL https://chromewebstore.google.com/detail/anime-planet-enhancer/oigahjlmdiollhihhleinfiimfihkccf
简介 Features to improve user experience on Anime-Planet
文件大小 56.99 KB
安装次数 85
当前版本 2.1.1
更新时间 2020-03-09
上架时间 2020-03-09
评分 3.67/5 共3次评分
开发者 Adil Allali
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anime-Planet Enhancer",
    "short_name": "Anime-Planet Enhancer",
    "version": "2.1.1",
    "description": "Features to improve user experience on Anime-Planet",
    "icons": {
        "48": "icons\/ap-48.png",
        "96": "icons\/ap-96.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup\/main.html",
        "default_icon": {
            "16": "icons\/ap-16.png",
            "32": "icons\/ap-32.png"
        },
        "default_title": "Anime-Planet Enhancer"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.anime-planet.com\/*"
            ],
            "js": [
                "ap.js"
            ]
        }
    ]
}