YouTube Shimeji - Hatsune Miku

Hatsune Miku plays while you watch vids.

YouTube Shimeji - Hatsune Miku là gì?

YouTube Shimeji - Hatsune Miku 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à "Hatsune Miku plays while you watch vids.".

Ả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 YouTube Shimeji - Hatsune Miku

Tải xuống các tệp mở rộng YouTube Shimeji - Hatsune Miku 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 Hatsune Miku will be released on YouTube, after which she starts to play and interact with your video. 

CREDITS

Artwork Artist: 
??? (please notify me)

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 YouTube Shimeji - Hatsune Miku YouTube Shimeji - Hatsune Miku
ID pgmmhcaenmkhpcffkhbogbmcfjgmhhnf
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf
Mô tả Hatsune Miku plays while you watch vids.
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2017-02-26
Ngày Phát Hành 2017-02-26
Đánh Giá 3.42/5 Tổng số 447 Đá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": "YouTube Shimeji - Hatsune Miku",
    "description": "Hatsune Miku plays while you watch vids.",
    "version": "0.6",
    "author": "Jarno Le Cont\u00e9",
    "manifest_version": 2,
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "Hatsune Miku Shimeji"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [
                "https:\/\/www.youtube.com\/embed*"
            ],
            "include_globs": [],
            "js": [
                "youtube-shimeji-miku.user.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}