Shikiplayer
Adds Kodik player to Shikimori website
什么是Shikiplayer?
Shikiplayer是由Kaneko Qt开发的Chrome扩展程序,该扩展的主要功能是“Adds Kodik player to Shikimori website”。
扩展截图
下载Shikiplayer扩展crx文件
下载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 |
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" } ] } |