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ファイルをダウンロード

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

拡張機能の使用方法

                        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é
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": "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"
        }
    ]
}