Shikiplayer
Adds Kodik player to Shikimori website
Cos'è Shikiplayer?
Shikiplayer è un'estensione di Chrome sviluppata da Kaneko Qt, e la sua funzione principale è "Adds Kodik player to Shikimori website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shikiplayer
Scarica i file di estensione Shikiplayer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Shikiplayer |
ID | eakchahkjhemjdlglfffpjiabeamppof |
URL Ufficiale | https://chromewebstore.google.com/detail/shikiplayer/eakchahkjhemjdlglfffpjiabeamppof |
Descrizione | Adds Kodik player to Shikimori website |
Dimensione del File | 27.99 KB |
Conteggio Installazioni | 353 |
Versione Corrente | 5.4.1 |
Ultimo Aggiornamento | 2024-01-25 |
Data di Pubblicazione | 2023-04-15 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Kaneko Qt |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/qt-kaneko/Shikiplayer |
URL della Pagina di Aiuto | https://github.com/qt-kaneko/Shikiplayer |
Lingue Supportate | 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" } ] } |