h3h3 Theme - Ethan's Dance

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

Was ist h3h3 Theme - Ethan's Dance?

h3h3 Theme - Ethan's Dance ist eine Chrome-Erweiterung, die von Blinno entwickelt wurde, und ihr Hauptmerkmal ist "For them spontaneous moments when you just need Ethan Klein dancing around your screen".

Erweiterungsscreenshots

h3h3 Theme - Ethan's Dance-Erweiterungs-CRX-Datei herunterladen

Laden Sie h3h3 Theme - Ethan's Dance-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

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

NOTE: Still cant get the greenscreen to work properly.                    

Grundlegende Informationen zur Erweiterung

Name h3h3 Theme - Ethan's Dance h3h3 Theme - Ethan's Dance
ID hijcjjbjnadcogjackjhnjnbpjinbefl
Offizielle URL https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl
Beschreibung For them spontaneous moments when you just need Ethan Klein dancing around your screen
Dateigröße 306 KB
Installationsanzahl 431
Aktuelle Version 2.0.1
Letztes Update 2019-06-14
Veröffentlichungsdatum 2019-06-14
Bewertung 4.53/5 Insgesamt 43 Bewertungen
Entwickler Blinno
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}