Tumblr Shimeji - Kagamine Len

Kagamine Len plays on your tumblr dash.

Cos'è Tumblr Shimeji - Kagamine Len?

Tumblr Shimeji - Kagamine Len è un'estensione di Chrome sviluppata da Jarno Le Conté, e la sua funzione principale è "Kagamine Len plays on your tumblr dash.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tumblr Shimeji - Kagamine Len

Scarica i file di estensione Tumblr Shimeji - Kagamine Len in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Tumblr Shimeji - Kagamine Len Tumblr Shimeji - Kagamine Len
ID ccdphbijamfkoiieehbhpmdnijmmophc
URL Ufficiale https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc
Descrizione Kagamine Len plays on your tumblr dash.
Dimensione del File 139 KB
Conteggio Installazioni 859
Versione Corrente 0.5
Ultimo Aggiornamento 2017-02-26
Data di Pubblicazione 2017-02-26
Valutazione 4.16/5 Totale 85 Valutazioni
Sviluppatore Jarno Le Conté
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://hckr-me.tumblr.com/shimeji
URL della Pagina di Aiuto http://hckr-me.tumblr.com/shimeji
URL della Pagina della Politica sulla Privacy http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Lingue Supportate 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"
        }
    ]
}