Shikiplayer
Adds Kodik player to Shikimori website
Shikiplayer là gì?
Shikiplayer là một tiện ích mở rộng Chrome được phát triển bởi Kaneko Qt, và tính năng chính của nó là "Adds Kodik player to Shikimori website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shikiplayer
Tải xuống các tệp mở rộng Shikiplayer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shikiplayer |
ID | eakchahkjhemjdlglfffpjiabeamppof |
URL Chính Thức | https://chromewebstore.google.com/detail/shikiplayer/eakchahkjhemjdlglfffpjiabeamppof |
Mô tả | Adds Kodik player to Shikimori website |
Kích Thước Tệp | 27.99 KB |
Số Lần Cài Đặt | 353 |
Phiên Bản Hiện Tại | 5.4.1 |
Cập Nhật Lần Cuối | 2024-01-25 |
Ngày Phát Hành | 2023-04-15 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Kaneko Qt |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/qt-kaneko/Shikiplayer |
URL Trang Trợ Giúp | https://github.com/qt-kaneko/Shikiplayer |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |