h3h3 Theme - Ethan's Dance

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

Τι είναι το h3h3 Theme - Ethan's Dance;

Το h3h3 Theme - Ethan's Dance είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Blinno, και η κύρια λειτουργία του είναι "For them spontaneous moments when you just need Ethan Klein dancing around your screen".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης h3h3 Theme - Ethan's Dance

Λήψη αρχείων επέκτασης h3h3 Theme - Ethan's Dance σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

NOTE: Still cant get the greenscreen to work properly.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα h3h3 Theme - Ethan's Dance h3h3 Theme - Ethan's Dance
ID hijcjjbjnadcogjackjhnjnbpjinbefl
Επίσημο URL https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl
Περιγραφή For them spontaneous moments when you just need Ethan Klein dancing around your screen
Μέγεθος Αρχείου 306 KB
Αριθμός Εγκαταστάσεων 431
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2019-06-14
Ημερομηνία Δημοσίευσης 2019-06-14
Αξιολόγηση 4.53/5 Συνολικά 43 Αξιολογήσεις
Προγραμματιστής Blinno
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}