Tumblr Shimeji - Kagamine Rin

Kagamine Rin plays on your tumblr dash.

Tumblr Shimeji - Kagamine Rin là gì?

Tumblr Shimeji - Kagamine Rin 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 Rin 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 Rin

Tải xuống các tệp mở rộng Tumblr Shimeji - Kagamine Rin 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 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/                    

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

Tên Tumblr Shimeji - Kagamine Rin Tumblr Shimeji - Kagamine Rin
ID bdginklednfghffipefnkdfipklbdoab
URL Chính Thức https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-r/bdginklednfghffipefnkdfipklbdoab
Mô tả Kagamine Rin plays on your tumblr dash.
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 2,478
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á 3.90/5 Tổng số 51 Đá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 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"
        }
    ]
}