Shikiplayer

Adds Kodik player to Shikimori website

Co to jest Shikiplayer?

Shikiplayer to rozszerzenie Chrome opracowane przez Kaneko Qt, a jego główną funkcją jest „Adds Kodik player to Shikimori website”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shikiplayer

Pobierz pliki rozszerzeń Shikiplayer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shikiplayer Shikiplayer
ID eakchahkjhemjdlglfffpjiabeamppof
Oficjalny URL https://chromewebstore.google.com/detail/shikiplayer/eakchahkjhemjdlglfffpjiabeamppof
Opis Adds Kodik player to Shikimori website
Rozmiar pliku 27.99 KB
Liczba instalacji 353
Aktualna Wersja 5.4.1
Ostatnia Aktualizacja 2024-01-25
Data Publikacji 2023-04-15
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Kaneko Qt
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/qt-kaneko/Shikiplayer
Adres URL Strony Pomocy https://github.com/qt-kaneko/Shikiplayer
Obsługiwane Języki 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"
        }
    ]
}