YouTube Shimeji - Hatsune Miku

Hatsune Miku plays while you watch vids.

Was ist YouTube Shimeji - Hatsune Miku?

YouTube Shimeji - Hatsune Miku ist eine Chrome-Erweiterung, die von Jarno Le Conté entwickelt wurde, und ihr Hauptmerkmal ist "Hatsune Miku plays while you watch vids.".

Erweiterungsscreenshots

screenshot

YouTube Shimeji - Hatsune Miku-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Shimeji - Hatsune Miku-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name YouTube Shimeji - Hatsune Miku YouTube Shimeji - Hatsune Miku
ID pgmmhcaenmkhpcffkhbogbmcfjgmhhnf
Offizielle URL https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf
Beschreibung Hatsune Miku plays while you watch vids.
Dateigröße 139 KB
Installationsanzahl 8,000
Aktuelle Version 0.6
Letztes Update 2017-02-26
Veröffentlichungsdatum 2017-02-26
Bewertung 3.42/5 Insgesamt 447 Bewertungen
Entwickler Jarno Le Conté
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://hckr-me.tumblr.com/shimeji
Hilfeseite URL http://hckr-me.tumblr.com/shimeji
URL der Datenschutzrichtlinien-Seite http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Unterstützte Sprachen 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"
        }
    ]
}