Shikiplayer

Adds Kodik player to Shikimori website

Shikiplayer란 무엇입니까?

Shikiplayer은(는) Kaneko Qt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Kodik player to Shikimori website"입니다.

확장 프로그램 스크린샷

screenshot

Shikiplayer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Videoplayer for the largest online encyclopedia of anime and manga.

Features of the player provided by the extension:
- Automatical episode choosing based on your Shikimori watched list.
- Automatical saving of the last watched episode to the Shikimori watched list.
- Choose any of a bunch of voicovers and subtitles.
- Watch episodes from the moment it was left in past.
- Choose video quality.
- Set playback speed.                    

확장 프로그램 기본 정보

이름 Shikiplayer Shikiplayer
ID eakchahkjhemjdlglfffpjiabeamppof
공식 URL https://chromewebstore.google.com/detail/shikiplayer/eakchahkjhemjdlglfffpjiabeamppof
설명 Adds Kodik player to Shikimori website
파일 크기 27.99 KB
설치 횟수 353
현재 버전 5.4.1
최근 업데이트 2024-01-25
출시 날짜 2023-04-15
평점 4.75/5 총 4 개의 평점
개발자 Kaneko Qt
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/qt-kaneko/Shikiplayer
도움말 페이지 URL https://github.com/qt-kaneko/Shikiplayer
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shikiplayer",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "128": ".\/assets\/icons\/icon128.png"
    },
    "author": "Kaneko Qt",
    "homepage_url": "https:\/\/github.com\/qt-kaneko\/Shikiplayer",
    "version": "5.4.1",
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/UnwrappedWindow\/inject.js"
            ],
            "matches": [
                "*:\/\/kodik.info\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/shikimori.me\/*",
                "*:\/\/shikimori.one\/*",
                "*:\/\/kodik.info\/*"
            ],
            "all_frames": true,
            "js": [
                "Shikiplayer.js"
            ],
            "run_at": "document_end"
        }
    ]
}