YouTube Shimeji - Hatsune Miku

Hatsune Miku plays while you watch vids.

YouTube Shimeji - Hatsune Miku란 무엇입니까?

YouTube Shimeji - Hatsune Miku은(는) Jarno Le Conté에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hatsune Miku plays while you watch vids."입니다.

확장 프로그램 스크린샷

screenshot

YouTube Shimeji - Hatsune Miku 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 YouTube Shimeji - Hatsune Miku YouTube Shimeji - Hatsune Miku
ID pgmmhcaenmkhpcffkhbogbmcfjgmhhnf
공식 URL https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf
설명 Hatsune Miku plays while you watch vids.
파일 크기 139 KB
설치 횟수 8,000
현재 버전 0.6
최근 업데이트 2017-02-26
출시 날짜 2017-02-26
평점 3.42/5 총 447 개의 평점
개발자 Jarno Le Conté
이메일 [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": "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"
        }
    ]
}