Tumblr Shimeji - Kagamine Len

Kagamine Len plays on your tumblr dash.

Tumblr Shimeji - Kagamine Lenとは何ですか?

Tumblr Shimeji - Kagamine LenはJarno Le Contéによって開発されたChromeの拡張機能で、その主な機能は「Kagamine Len plays on your tumblr dash.」です。

拡張機能のスクリーンショット

screenshot

Tumblr Shimeji - Kagamine Len拡張機能のCRXファイルをダウンロード

Tumblr Shimeji - Kagamine Len拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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/                    

拡張機能の基本情報

名前 Tumblr Shimeji - Kagamine Len Tumblr Shimeji - Kagamine Len
ID ccdphbijamfkoiieehbhpmdnijmmophc
公式URL https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc
説明 Kagamine Len plays on your tumblr dash.
ファイルサイズ 139 KB
インストール数 859
現在のバージョン 0.5
最終更新日 2017-02-26
公開日 2017-02-26
評価 4.16/5 合計 85 レビュー
開発者 Jarno Le Conté
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://hckr-me.tumblr.com/shimeji
ヘルプページのURL http://hckr-me.tumblr.com/shimeji
プライバシーポリシーページのURL http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
対応言語 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"
        }
    ]
}