Tumblr Shimeji - Kagamine Len

Kagamine Len plays on your tumblr dash.

O que é Tumblr Shimeji - Kagamine Len?

Tumblr Shimeji - Kagamine Len é uma extensão do Chrome desenvolvida por Jarno Le Conté, e sua principal característica é "Kagamine Len plays on your tumblr dash.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tumblr Shimeji - Kagamine Len

Baixe arquivos de extensão Tumblr Shimeji - Kagamine Len no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Tumblr Shimeji - Kagamine Len Tumblr Shimeji - Kagamine Len
ID ccdphbijamfkoiieehbhpmdnijmmophc
URL Oficial https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc
Descrição Kagamine Len plays on your tumblr dash.
Tamanho do Arquivo 139 KB
Contagem de Instalações 859
Versão Atual 0.5
Última Atualização 2017-02-26
Data de Publicação 2017-02-26
Classificação 4.16/5 Total de 85 Avaliações
Desenvolvedor Jarno Le Conté
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://hckr-me.tumblr.com/shimeji
URL da Página de Ajuda http://hckr-me.tumblr.com/shimeji
URL da Página de Política de Privacidade http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Idiomas Suportados 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"
        }
    ]
}