Shikiplayer

Adds Kodik player to Shikimori website

Apa itu Shikiplayer?

Shikiplayer adalah ekstensi Chrome yang dikembangkan oleh Kaneko Qt, dan fitur utamanya adalah "Adds Kodik player to Shikimori website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Shikiplayer

Unduh file ekstensi Shikiplayer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Shikiplayer Shikiplayer
ID eakchahkjhemjdlglfffpjiabeamppof
URL Resmi https://chromewebstore.google.com/detail/shikiplayer/eakchahkjhemjdlglfffpjiabeamppof
Deskripsi Adds Kodik player to Shikimori website
Ukuran File 27.99 KB
Jumlah Instalasi 353
Versi Saat Ini 5.4.1
Terakhir Diperbarui 2024-01-25
Tanggal Publikasi 2023-04-15
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Kaneko Qt
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/qt-kaneko/Shikiplayer
URL Halaman Bantuan https://github.com/qt-kaneko/Shikiplayer
Bahasa yang Didukung 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"
        }
    ]
}