shikimori-ext
Video player for shikimori
Apa itu shikimori-ext?
shikimori-ext adalah ekstensi Chrome yang dikembangkan oleh i.kalinin, dan fitur utamanya adalah "Video player for shikimori".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi shikimori-ext
Unduh file ekstensi shikimori-ext dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension adds "Watch" button directly to the anime page and provides a simple player using public APIs. The app developer has nothing to do with the Shikimori owner. All video materials are stored on third-party servers in the public domain.
Informasi Dasar Ekstensi
Nama | shikimori-ext |
ID | hiibdnpddilnbcffiphhpafhlajjkhok |
URL Resmi | https://chromewebstore.google.com/detail/shikimori-ext/hiibdnpddilnbcffiphhpafhlajjkhok |
Deskripsi | Video player for shikimori |
Ukuran File | 88.83 KB |
Jumlah Instalasi | 636 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2023-04-16 |
Tanggal Publikasi | 2022-03-07 |
Penilaian | 4.42/5 Total 12 Penilaian |
Pengembang | i.kalinin |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Rexagon/shikimori-ext |
URL Halaman Bantuan | https://github.com/Rexagon/shikimori-ext/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "shikimori-ext", "description": "Video player for shikimori", "version": "0.1.2", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.shikimori.one\/*", "https:\/\/*.shikimori.me\/*" ], "css": [ "inpage.css" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inpage.js", "watch.html" ], "matches": [ " |