h3h3 Theme - Ethan's Dance

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

Wat is h3h3 Theme - Ethan's Dance?

h3h3 Theme - Ethan's Dance is een Chrome-extensie ontwikkeld door Blinno, en de belangrijkste functie is "For them spontaneous moments when you just need Ethan Klein dancing around your screen".

Extensie Screenshots

Download het CRX-bestand van de extensie h3h3 Theme - Ethan's Dance

Download h3h3 Theme - Ethan's Dance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

NOTE: Still cant get the greenscreen to work properly.                    

Basisinformatie over de Extensie

Naam h3h3 Theme - Ethan's Dance h3h3 Theme - Ethan's Dance
ID hijcjjbjnadcogjackjhnjnbpjinbefl
Officiële URL https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl
Beschrijving For them spontaneous moments when you just need Ethan Klein dancing around your screen
Bestandsgrootte 306 KB
Aantal Installaties 431
Huidige Versie 2.0.1
Laatst Bijgewerkt 2019-06-14
Publicatiedatum 2019-06-14
Beoordeling 4.53/5 Totaal 43 Beoordelingen
Ontwikkelaar Blinno
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}