Tumblr Shimeji - Kagamine Rin

Kagamine Rin plays on your tumblr dash.

What is Tumblr Shimeji - Kagamine Rin?

Tumblr Shimeji - Kagamine Rin is a Chrome extension developed by Jarno Le Conté, and its main feature is "Kagamine Rin plays on your tumblr dash.".

Extension Screenshots

screenshot

Download Tumblr Shimeji - Kagamine Rin Extension CRX File

Download Tumblr Shimeji - Kagamine Rin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Tumblr Shimeji - Kagamine Rin Tumblr Shimeji - Kagamine Rin
ID bdginklednfghffipefnkdfipklbdoab
Official URL https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-r/bdginklednfghffipefnkdfipklbdoab
Description Kagamine Rin plays on your tumblr dash.
File Size 128 KB
Installation Count 2,478
Current Version 0.5
Last Updated 2017-02-26
Publish Date 2017-02-26
Rating 3.90/5 Total 51 Ratings
Developer Jarno Le Conté
Email [email protected]
Payment Type free
Extension Website http://hckr-me.tumblr.com/shimeji
Help Page URL http://hckr-me.tumblr.com/shimeji
Privacy Policy Page URL http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Supported Languages 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"
        }
    ]
}