Tumblr Shimeji - Kagamine Rin

Kagamine Rin plays on your tumblr dash.

Cos'è Tumblr Shimeji - Kagamine Rin?

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

Screenshot dell'Estensione

screenshot

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

Scarica i file di estensione Tumblr Shimeji - Kagamine Rin 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 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/                    

Informazioni di Base sull'Estensione

Nome Tumblr Shimeji - Kagamine Rin Tumblr Shimeji - Kagamine Rin
ID bdginklednfghffipefnkdfipklbdoab
URL Ufficiale https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-r/bdginklednfghffipefnkdfipklbdoab
Descrizione Kagamine Rin plays on your tumblr dash.
Dimensione del File 128 KB
Conteggio Installazioni 2,478
Versione Corrente 0.5
Ultimo Aggiornamento 2017-02-26
Data di Pubblicazione 2017-02-26
Valutazione 3.90/5 Totale 51 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 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"
        }
    ]
}