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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        }
    ]
}