AniList Extras

Adds a few additional features to AniList.

AniList Extrasคืออะไร?

AniList Extras เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pilar6195 และคุณลักษณะหลักของมันคือ "Adds a few additional features to AniList."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AniList Extras

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}