Shikiplayer
Adds Kodik player to Shikimori website
Что такое Shikiplayer?
Shikiplayer - это расширение Chrome, разработанное Kaneko Qt, и его основная функция - "Adds Kodik player to Shikimori website".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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"
}
]
} | |