Tumblr Shimeji - Kagamine Len

Kagamine Len plays on your tumblr dash.

Was ist Tumblr Shimeji - Kagamine Len?

Tumblr Shimeji - Kagamine Len ist eine Chrome-Erweiterung, die von Jarno Le Conté entwickelt wurde, und ihr Hauptmerkmal ist "Kagamine Len plays on your tumblr dash.".

Erweiterungsscreenshots

screenshot

Tumblr Shimeji - Kagamine Len-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tumblr Shimeji - Kagamine Len-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Tumblr Shimeji - Kagamine Len Tumblr Shimeji - Kagamine Len
ID ccdphbijamfkoiieehbhpmdnijmmophc
Offizielle URL https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc
Beschreibung Kagamine Len plays on your tumblr dash.
Dateigröße 139 KB
Installationsanzahl 859
Aktuelle Version 0.5
Letztes Update 2017-02-26
Veröffentlichungsdatum 2017-02-26
Bewertung 4.16/5 Insgesamt 85 Bewertungen
Entwickler Jarno Le Conté
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://hckr-me.tumblr.com/shimeji
Hilfeseite URL http://hckr-me.tumblr.com/shimeji
URL der Datenschutzrichtlinien-Seite http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Unterstützte Sprachen 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"
        }
    ]
}