h3h3 Theme - Ethan's Dance

For them spontaneous moments when you just need Ethan Klein dancing around your screen

¿Qué es h3h3 Theme - Ethan's Dance?

h3h3 Theme - Ethan's Dance es una extensión de Chrome desarrollada por Blinno, y su función principal es "For them spontaneous moments when you just need Ethan Klein dancing around your screen".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión h3h3 Theme - Ethan's Dance

Descarga archivos de extensión h3h3 Theme - Ethan's Dance en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Ethan Klein, from h3h3 productions, dancing to the full theme song.

NOTE: Still cant get the greenscreen to work properly.                    

Información Básica de la Extensión

Nombre h3h3 Theme - Ethan's Dance h3h3 Theme - Ethan's Dance
ID hijcjjbjnadcogjackjhnjnbpjinbefl
URL Oficial https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl
Descripción For them spontaneous moments when you just need Ethan Klein dancing around your screen
Tamaño del Archivo 306 KB
Cantidad de Instalaciones 431
Versión Actual 2.0.1
Última Actualización 2019-06-14
Fecha de Publicación 2019-06-14
Calificación 4.53/5 Total de 43 Calificaciones
Desarrollador Blinno
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "h3h3 Theme - Ethan's Dance",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "For them spontaneous moments when you just need Ethan Klein dancing around your screen",
    "icons": {
        "16": "icons\/h3h3.png",
        "48": "icons\/h3h3.png",
        "128": "icons\/h3h3.png"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/h3h3.png",
        "default_title": "h3h3 Dance"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}