YouTube Shimeji - Hatsune Miku
Hatsune Miku plays while you watch vids.
O que é YouTube Shimeji - Hatsune Miku?
YouTube Shimeji - Hatsune Miku é uma extensão do Chrome desenvolvida por Jarno Le Conté, e sua principal característica é "Hatsune Miku plays while you watch vids.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Shimeji - Hatsune Miku
Baixe arquivos de extensão YouTube Shimeji - Hatsune Miku no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | |
ID | pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf |
Descrição | Hatsune Miku plays while you watch vids. |
Tamanho do Arquivo | 139 KB |
Contagem de Instalações | 8,000 |
Versão Atual | 0.6 |
Última Atualização | 2017-02-26 |
Data de Publicação | 2017-02-26 |
Classificação | 3.42/5 Total de 447 Avaliações |
Desenvolvedor | Jarno Le Conté |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://hckr-me.tumblr.com/shimeji |
URL da Página de Ajuda | http://hckr-me.tumblr.com/shimeji |
URL da Página de Política de Privacidade | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Idiomas Suportados | 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" } ] } |