Tumblr Shimeji - Kagamine Rin
Kagamine Rin plays on your tumblr dash.
O que é Tumblr Shimeji - Kagamine Rin?
Tumblr Shimeji - Kagamine Rin é uma extensão do Chrome desenvolvida por Jarno Le Conté, e sua principal característica é "Kagamine Rin plays on your tumblr dash.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tumblr Shimeji - Kagamine Rin
Baixe arquivos de extensão Tumblr Shimeji - Kagamine Rin 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 Kagamine Rin will be released on your tumblr dashboard, after which she starts to play and interact with your posts. CREDITS Artwork Artist: ちほ (pixiv ID 345487) http://www.pixiv.net/member.php?id=345487 Original Shimeji Software: Yuki Yamada of Group Finity http://www.group-finity.com/Shimeji/
Informações Básicas da Extensão
Nome | |
ID | bdginklednfghffipefnkdfipklbdoab |
URL Oficial | https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-r/bdginklednfghffipefnkdfipklbdoab |
Descrição | Kagamine Rin plays on your tumblr dash. |
Tamanho do Arquivo | 128 KB |
Contagem de Instalações | 2,478 |
Versão Atual | 0.5 |
Última Atualização | 2017-02-26 |
Data de Publicação | 2017-02-26 |
Classificação | 3.90/5 Total de 51 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": "Tumblr Shimeji - Kagamine Rin", "description": "Kagamine Rin plays on your tumblr dash.", "version": "0.5", "author": "Jarno Le Cont\u00e9", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "browser_action": { "default_title": "Kagamine Rin Shimeji" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_globs": [], "include_globs": [], "js": [ "tumblr-shimeji-rin.user.js" ], "matches": [ "https:\/\/www.tumblr.com\/dashboard", "https:\/\/www.tumblr.com\/tagged\/*" ], "run_at": "document_end" } ] } |