Shikiplayer
Adds Kodik player to Shikimori website
What is Shikiplayer?
Shikiplayer is a Chrome extension developed by Kaneko Qt, and its main feature is "Adds Kodik player to Shikimori website".
Extension Screenshots
Download Shikiplayer Extension CRX File
Download Shikiplayer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Shikiplayer |
ID | eakchahkjhemjdlglfffpjiabeamppof |
Official URL | https://chromewebstore.google.com/detail/shikiplayer/eakchahkjhemjdlglfffpjiabeamppof |
Description | Adds Kodik player to Shikimori website |
File Size | 27.99 KB |
Installation Count | 353 |
Current Version | 5.4.1 |
Last Updated | 2024-01-25 |
Publish Date | 2023-04-15 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Kaneko Qt |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/qt-kaneko/Shikiplayer |
Help Page URL | https://github.com/qt-kaneko/Shikiplayer |
Supported Languages | 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" } ] } |