h3h3 Theme - Ethan's Dance

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

Vad är h3h3 Theme - Ethan's Dance?

h3h3 Theme - Ethan's Dance är en Chrome-tillägg utvecklad av Blinno, och dess huvudfunktion är "For them spontaneous moments when you just need Ethan Klein dancing around your screen".

Tilläggsskärmbilder

Ladda ner h3h3 Theme - Ethan's Dance-förlängningens CRX-fil

Ladda ner h3h3 Theme - Ethan's Dance-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

NOTE: Still cant get the greenscreen to work properly.                    

Grundläggande Information om Tillägg

Namn h3h3 Theme - Ethan's Dance h3h3 Theme - Ethan's Dance
ID hijcjjbjnadcogjackjhnjnbpjinbefl
Officiell webbadress https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl
Beskrivning For them spontaneous moments when you just need Ethan Klein dancing around your screen
Filstorlek 306 KB
Antal Installationer 431
Aktuell Version 2.0.1
Senast Uppdaterad 2019-06-14
Publiceringsdatum 2019-06-14
Betyg 4.53/5 Totalt 43 Betyg
Utvecklare Blinno
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}