Shikiplayer
Adds Kodik player to Shikimori website
Was ist Shikiplayer?
Shikiplayer ist eine Chrome-Erweiterung, die von Kaneko Qt entwickelt wurde, und ihr Hauptmerkmal ist "Adds Kodik player to Shikimori website".
Erweiterungsscreenshots
Shikiplayer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shikiplayer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Shikiplayer |
ID | eakchahkjhemjdlglfffpjiabeamppof |
Offizielle URL | https://chromewebstore.google.com/detail/shikiplayer/eakchahkjhemjdlglfffpjiabeamppof |
Beschreibung | Adds Kodik player to Shikimori website |
Dateigröße | 27.99 KB |
Installationsanzahl | 353 |
Aktuelle Version | 5.4.1 |
Letztes Update | 2024-01-25 |
Veröffentlichungsdatum | 2023-04-15 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | Kaneko Qt |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/qt-kaneko/Shikiplayer |
Hilfeseite URL | https://github.com/qt-kaneko/Shikiplayer |
Unterstützte Sprachen | 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" } ] } |