Harlem Shake

Make any website do the Harlem Shake

What is Harlem Shake?

Harlem Shake is a Chrome extension developed by Haywire, and its main feature is "Make any website do the Harlem Shake".

Extension Screenshots

Download Harlem Shake Extension CRX File

Download Harlem Shake extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A fun, simple extension that lets any website do the Harlem Shake.                    

Extension Basic Information

Name Harlem Shake Harlem Shake
ID gflnogcbndhcacldoddelnicfolfmdla
Official URL https://chrome.google.com/webstore/detail/harlem-shake/gflnogcbndhcacldoddelnicfolfmdla
Description Make any website do the Harlem Shake
File Size 590 KB
Installation Count 1,000
Current Version 1.1
Last Updated 2016-03-21
Publish Date 2016-03-21
Rating 4.88/5 Total 8 Ratings
Developer Haywire
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harlem Shake",
    "description": "Make any website do the Harlem Shake",
    "version": "1.1",
    "permissions": [
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Harlem Shake"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "TweenMax.min.js",
                "EasePack.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}