Shikiplayer

Adds Kodik player to Shikimori website

什麼是Shikiplayer?

Shikiplayer是由Kaneko Qt開發的Chrome擴展程式,該擴展的主要功能是“Adds Kodik player to Shikimori website”。

擴展截圖

screenshot

下載Shikiplayer擴展crx文件

下載Shikiplayer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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