Tumblr Shimeji - Kagamine Len
Kagamine Len plays on your tumblr dash.
¿Qué es Tumblr Shimeji - Kagamine Len?
Tumblr Shimeji - Kagamine Len es una extensión de Chrome desarrollada por Jarno Le Conté, y su función principal es "Kagamine Len plays on your tumblr dash.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tumblr Shimeji - Kagamine Len
Descarga archivos de extensión Tumblr Shimeji - Kagamine Len en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This little mascot of Kagamine Len will be released on your tumblr dashboard, after which he 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/
Información Básica de la Extensión
Nombre | |
ID | ccdphbijamfkoiieehbhpmdnijmmophc |
URL Oficial | https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc |
Descripción | Kagamine Len plays on your tumblr dash. |
Tamaño del Archivo | 139 KB |
Cantidad de Instalaciones | 859 |
Versión Actual | 0.5 |
Última Actualización | 2017-02-26 |
Fecha de Publicación | 2017-02-26 |
Calificación | 4.16/5 Total de 85 Calificaciones |
Desarrollador | Jarno Le Conté |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://hckr-me.tumblr.com/shimeji |
URL de la Página de Ayuda | http://hckr-me.tumblr.com/shimeji |
URL de la Página de Política de Privacidad | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tumblr Shimeji - Kagamine Len", "description": "Kagamine Len 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 Len Shimeji" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_globs": [], "include_globs": [], "js": [ "tumblr-shimeji-len.user.js" ], "matches": [ "https:\/\/www.tumblr.com\/dashboard", "https:\/\/www.tumblr.com\/tagged\/*" ], "run_at": "document_end" } ] } |