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
官方網址 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"
            ]
        }
    ]
}