YouTube Shimeji - Hatsune Miku

Hatsune Miku plays while you watch vids.

Cos'è YouTube Shimeji - Hatsune Miku?

YouTube Shimeji - Hatsune Miku è un'estensione di Chrome sviluppata da Jarno Le Conté, e la sua funzione principale è "Hatsune Miku plays while you watch vids.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Shimeji - Hatsune Miku

Scarica i file di estensione YouTube Shimeji - Hatsune Miku in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome YouTube Shimeji - Hatsune Miku YouTube Shimeji - Hatsune Miku
ID pgmmhcaenmkhpcffkhbogbmcfjgmhhnf
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-shimeji-hatsune-m/pgmmhcaenmkhpcffkhbogbmcfjgmhhnf
Descrizione Hatsune Miku plays while you watch vids.
Dimensione del File 139 KB
Conteggio Installazioni 8,000
Versione Corrente 0.6
Ultimo Aggiornamento 2017-02-26
Data di Pubblicazione 2017-02-26
Valutazione 3.42/5 Totale 447 Valutazioni
Sviluppatore Jarno Le Conté
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://hckr-me.tumblr.com/shimeji
URL della Pagina di Aiuto http://hckr-me.tumblr.com/shimeji
URL della Pagina della Politica sulla Privacy http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf
Lingue Supportate 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"
        }
    ]
}