Harlem Shake

Harlem Shake your Internet. Just install and go to your favorite website.

Cos'è Harlem Shake?

Harlem Shake è un'estensione di Chrome sviluppata da Suyesh Bhandari, e la sua funzione principale è "Harlem Shake your Internet. Just install and go to your favorite website.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Harlem Shake

Scarica i file di estensione Harlem Shake in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Harlem Shake your Internet. Just install and go to your favorite website.                    

Informazioni di Base sull'Estensione

Nome Harlem Shake Harlem Shake
ID ieafbpmdjjikmcajocilkfkklecnbipg
URL Ufficiale https://chromewebstore.google.com/detail/harlem-shake/ieafbpmdjjikmcajocilkfkklecnbipg
Descrizione Harlem Shake your Internet. Just install and go to your favorite website.
Dimensione del File 14.48 KB
Conteggio Installazioni 23
Versione Corrente 0.1
Ultimo Aggiornamento 2017-01-11
Data di Pubblicazione 2017-01-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Suyesh Bhandari
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harlem Shake",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "js": [
            "harlem_shake.js"
        ]
    }
}