YouTube Shimeji - Hatsune Miku

Hatsune Miku plays while you watch vids.

Hvad er YouTube Shimeji - Hatsune Miku?

YouTube Shimeji - Hatsune Miku er en Chrome-udvidelse udviklet af Jarno Le Conté, og dens hovedfunktion er "Hatsune Miku plays while you watch vids.".

Udvidelsesskærmbilleder

screenshot

Download YouTube Shimeji - Hatsune Miku-udvidelses-CRX-fil

Download YouTube Shimeji - Hatsune Miku-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Shimeji - Hatsune Miku YouTube Shimeji - Hatsune Miku
ID pgmmhcaenmkhpcffkhbogbmcfjgmhhnf
Officiel URL https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf
Beskrivelse Hatsune Miku plays while you watch vids.
Filstørrelse 139 KB
Antal Installationer 8,000
Nuværende Version 0.6
Senest Opdateret 2017-02-26
Udgivelsesdato 2017-02-26
Bedømmelse 3.42/5 Samlet 447 Bedømmelser
Udvikler Jarno Le Conté
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://hckr-me.tumblr.com/shimeji
Hjælpeside-URL http://hckr-me.tumblr.com/shimeji
URL til Fortrolighedspolitik Side http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Understøttede Sprog 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"
        }
    ]
}