YouTube Shimeji - Hatsune Miku
Hatsune Miku plays while you watch vids.
YouTube Shimeji - Hatsune Mikuคืออะไร?
YouTube Shimeji - Hatsune Miku เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jarno Le Conté และคุณลักษณะหลักของมันคือ "Hatsune Miku plays while you watch vids."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Shimeji - Hatsune Miku
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Shimeji - Hatsune Miku ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
คำอธิบาย | Hatsune Miku plays while you watch vids. |
ขนาดไฟล์ | 139 KB |
จำนวนการติดตั้ง | 8,000 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2017-02-26 |
วันที่เผยแพร่ | 2017-02-26 |
คะแนน | 3.42/5 รวมทั้งหมด 447 คะแนน |
ผู้พัฒนา | Jarno Le Conté |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://hckr-me.tumblr.com/shimeji |
URL หน้าช่วยเหลือ | http://hckr-me.tumblr.com/shimeji |
URL หน้านโยบายความเป็นส่วนตัว | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
ภาษาที่รองรับ | 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" } ] } |