h3h3 Theme - Ethan's Dance

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

Co je h3h3 Theme - Ethan's Dance?

h3h3 Theme - Ethan's Dance je rozšíření Chrome vyvinuté Blinno, a jeho hlavní funkcí je „For them spontaneous moments when you just need Ethan Klein dancing around your screen“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření h3h3 Theme - Ethan's Dance

Stáhněte si soubory rozšíření h3h3 Theme - Ethan's Dance ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

NOTE: Still cant get the greenscreen to work properly.                    

Základní Informace o Rozšíření

Název h3h3 Theme - Ethan's Dance h3h3 Theme - Ethan's Dance
ID hijcjjbjnadcogjackjhnjnbpjinbefl
Oficiální URL https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl
Popis For them spontaneous moments when you just need Ethan Klein dancing around your screen
Velikost souboru 306 KB
Počet instalací 431
Aktuální Verze 2.0.1
Poslední Aktualizace 2019-06-14
Datum Vydání 2019-06-14
Hodnocení 4.53/5 Celkem 43 Hodnocení
Vývojář Blinno
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}