YouTube Shimeji - Hatsune Miku
Hatsune Miku plays while you watch vids.
Apa itu YouTube Shimeji - Hatsune Miku?
YouTube Shimeji - Hatsune Miku adalah ekstensi Chrome yang dikembangkan oleh Jarno Le Conté, dan fitur utamanya adalah "Hatsune Miku plays while you watch vids.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Shimeji - Hatsune Miku
Unduh file ekstensi YouTube Shimeji - Hatsune Miku 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 little mascot of Hatsune Miku will be released on YouTube, after which she starts to play and interact with your video. CREDITS Artwork Artist: ??? (please notify me) Original Shimeji Software: Yuki Yamada of Group Finity http://www.group-finity.com/Shimeji/
Informasi Dasar Ekstensi
Nama | |
ID | pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
Deskripsi | Hatsune Miku plays while you watch vids. |
Ukuran File | 139 KB |
Jumlah Instalasi | 8,000 |
Versi Saat Ini | 0.6 |
Terakhir Diperbarui | 2017-02-26 |
Tanggal Publikasi | 2017-02-26 |
Penilaian | 3.42/5 Total 447 Penilaian |
Pengembang | Jarno Le Conté |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://hckr-me.tumblr.com/shimeji |
URL Halaman Bantuan | http://hckr-me.tumblr.com/shimeji |
URL Halaman Kebijakan Privasi | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Shimeji - Hatsune Miku", "description": "Hatsune Miku plays while you watch vids.", "version": "0.6", "author": "Jarno Le Cont\u00e9", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "browser_action": { "default_title": "Hatsune Miku Shimeji" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_globs": [ "https:\/\/www.youtube.com\/embed*" ], "include_globs": [], "js": [ "youtube-shimeji-miku.user.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |