Do the harlem shake

Make the current page do the harlem shake

Qu'est-ce que Do the harlem shake ?

Do the harlem shake est une extension Chrome développée par Jamie Davies, et sa fonction principale est "Make the current page do the harlem shake".

Télécharger le fichier CRX de l'extension Do the harlem shake

Téléchargez les fichiers d'extension Do the harlem shake au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Make any website do the harlem shake                    

Informations de Base sur l'Extension

Nom Do the harlem shake Do the harlem shake
ID mobbapdpmefdbmdhkokjehgdnaglfkfc
URL Officiel https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc
Description Make the current page do the harlem shake
Taille du Fichier 1.09 MB
Nombre d'Installations 203
Version Actuelle 1.0
Dernière Mise à Jour 2014-05-29
Date de Publication 2014-05-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Jamie Davies
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Do the harlem shake",
    "description": "Make the current page do the harlem shake",
    "author": "Jamie Davies",
    "homepage_url": "http:\/\/twitter.com\/viralpickaxe",
    "offline_enabled": false,
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Do the harlem shake!",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "manifest_version": 2
}