Tumblr Shimeji - Kagamine Len

Kagamine Len plays on your tumblr dash.

Wat is Tumblr Shimeji - Kagamine Len?

Tumblr Shimeji - Kagamine Len is een Chrome-extensie ontwikkeld door Jarno Le Conté, en de belangrijkste functie is "Kagamine Len plays on your tumblr dash.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tumblr Shimeji - Kagamine Len

Download Tumblr Shimeji - Kagamine Len-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Tumblr Shimeji - Kagamine Len Tumblr Shimeji - Kagamine Len
ID ccdphbijamfkoiieehbhpmdnijmmophc
Officiële URL https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc
Beschrijving Kagamine Len plays on your tumblr dash.
Bestandsgrootte 139 KB
Aantal Installaties 859
Huidige Versie 0.5
Laatst Bijgewerkt 2017-02-26
Publicatiedatum 2017-02-26
Beoordeling 4.16/5 Totaal 85 Beoordelingen
Ontwikkelaar Jarno Le Conté
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://hckr-me.tumblr.com/shimeji
Help Pagina-URL http://hckr-me.tumblr.com/shimeji
URL van de Privacybeleid Pagina http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Ondersteunde Talen 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"
        }
    ]
}