YouTube Shimeji - Hatsune Miku
Hatsune Miku plays while you watch vids.
Wat is YouTube Shimeji - Hatsune Miku?
YouTube Shimeji - Hatsune Miku is een Chrome-extensie ontwikkeld door Jarno Le Conté, en de belangrijkste functie is "Hatsune Miku plays while you watch vids.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Shimeji - Hatsune Miku
Download YouTube Shimeji - Hatsune Miku-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
Beschrijving | Hatsune Miku plays while you watch vids. |
Bestandsgrootte | 139 KB |
Aantal Installaties | 8,000 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2017-02-26 |
Publicatiedatum | 2017-02-26 |
Beoordeling | 3.42/5 Totaal 447 Beoordelingen |
Ontwikkelaar | Jarno Le Conté |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://hckr-me.tumblr.com/shimeji |
Help Pagina-URL | http://hckr-me.tumblr.com/shimeji |
URL van de Privacybeleid Pagina | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Ondersteunde Talen | 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" } ] } |