Anilist+ for Anilist

Enhanced AniList experience

Anilist+ for Anilist란 무엇입니까?

Anilist+ for Anilist은(는) hschweitzer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhanced AniList experience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Anilist+ for Anilist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Anilist+ for Anilist Anilist+ for Anilist
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"
    }
}