Tumblr Shimeji - Kagamine Rin
Kagamine Rin plays on your tumblr dash.
¿Qué es Tumblr Shimeji - Kagamine Rin?
Tumblr Shimeji - Kagamine Rin es una extensión de Chrome desarrollada por Jarno Le Conté, y su función principal es "Kagamine Rin plays on your tumblr dash.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tumblr Shimeji - Kagamine Rin
Descarga archivos de extensión Tumblr Shimeji - Kagamine Rin 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 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/
Información Básica de la Extensión
Nombre | |
ID | bdginklednfghffipefnkdfipklbdoab |
URL Oficial | https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-r/bdginklednfghffipefnkdfipklbdoab |
Descripción | Kagamine Rin plays on your tumblr dash. |
Tamaño del Archivo | 128 KB |
Cantidad de Instalaciones | 2,478 |
Versión Actual | 0.5 |
Última Actualización | 2017-02-26 |
Fecha de Publicación | 2017-02-26 |
Calificación | 3.90/5 Total de 51 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 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" } ] } |