Shikiplayer

Adds Kodik player to Shikimori website

Shikiplayerคืออะไร?

Shikiplayer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kaneko Qt และคุณลักษณะหลักของมันคือ "Adds Kodik player to Shikimori website"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shikiplayer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}