Tumblr Shimeji - Kagamine Len

Kagamine Len plays on your tumblr dash.

Tumblr Shimeji - Kagamine Len là gì?

Tumblr Shimeji - Kagamine Len là một tiện ích mở rộng Chrome được phát triển bởi Jarno Le Conté, và tính năng chính của nó là "Kagamine Len plays on your tumblr dash.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tumblr Shimeji - Kagamine Len

Tải xuống các tệp mở rộng Tumblr Shimeji - Kagamine Len dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tumblr Shimeji - Kagamine Len Tumblr Shimeji - Kagamine Len
ID ccdphbijamfkoiieehbhpmdnijmmophc
URL Chính Thức https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc
Mô tả Kagamine Len plays on your tumblr dash.
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 859
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2017-02-26
Ngày Phát Hành 2017-02-26
Đánh Giá 4.16/5 Tổng số 85 Đánh Giá
Nhà Phát Triển Jarno Le Conté
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://hckr-me.tumblr.com/shimeji
URL Trang Trợ Giúp http://hckr-me.tumblr.com/shimeji
URL Trang Chính Sách Bảo Mật http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}