YouTube Shimeji - Hatsune Miku
Hatsune Miku plays while you watch vids.
What is YouTube Shimeji - Hatsune Miku?
YouTube Shimeji - Hatsune Miku is a Chrome extension developed by Jarno Le Conté, and its main feature is "Hatsune Miku plays while you watch vids.".
Extension Screenshots
Download YouTube Shimeji - Hatsune Miku Extension CRX File
Download YouTube Shimeji - Hatsune Miku extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
Official URL | https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
Description | Hatsune Miku plays while you watch vids. |
File Size | 139 KB |
Installation Count | 8,000 |
Current Version | 0.6 |
Last Updated | 2017-02-26 |
Publish Date | 2017-02-26 |
Rating | 3.42/5 Total 447 Ratings |
Developer | Jarno Le Conté |
[email protected] | |
Payment Type | free |
Extension Website | http://hckr-me.tumblr.com/shimeji |
Help Page URL | http://hckr-me.tumblr.com/shimeji |
Privacy Policy Page URL | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Supported Languages | 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" } ] } |