h3h3 Theme - Ethan's Dance

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

Qu'est-ce que h3h3 Theme - Ethan's Dance ?

h3h3 Theme - Ethan's Dance est une extension Chrome développée par Blinno, et sa fonction principale est "For them spontaneous moments when you just need Ethan Klein dancing around your screen".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension h3h3 Theme - Ethan's Dance

Téléchargez les fichiers d'extension h3h3 Theme - Ethan's Dance au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

NOTE: Still cant get the greenscreen to work properly.                    

Informations de Base sur l'Extension

Nom h3h3 Theme - Ethan's Dance h3h3 Theme - Ethan's Dance
ID hijcjjbjnadcogjackjhnjnbpjinbefl
URL Officiel https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl
Description For them spontaneous moments when you just need Ethan Klein dancing around your screen
Taille du Fichier 306 KB
Nombre d'Installations 431
Version Actuelle 2.0.1
Dernière Mise à Jour 2019-06-14
Date de Publication 2019-06-14
Évaluation 4.53/5 Total 43 Évaluations
Développeur Blinno
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}