YouTube Shimeji - Hatsune Miku

Hatsune Miku plays while you watch vids.

ما هو YouTube Shimeji - Hatsune Miku؟

YouTube Shimeji - Hatsune Miku هو إضافة Chrome تم تطويرها بواسطة Jarno Le Conté، والميزة الرئيسية لها هي "Hatsune Miku plays while you watch vids.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة YouTube Shimeji - Hatsune Miku

قم بتنزيل ملفات الامتداد YouTube Shimeji - Hatsune Miku بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة http://hckr-me.tumblr.com/shimeji
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}