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
公式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
Eメール [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"
        }
    ]
}