Harlem Shake

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

What is Harlem Shake?

Harlem Shake is a Chrome extension developed by Suyesh Bhandari, and its main feature is "Harlem Shake your Internet. Just install and go to your favorite website.".

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

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

Extension Basic Information

Name Harlem Shake Harlem Shake
ID ieafbpmdjjikmcajocilkfkklecnbipg
Official URL https://chromewebstore.google.com/detail/harlem-shake/ieafbpmdjjikmcajocilkfkklecnbipg
Description Harlem Shake your Internet. Just install and go to your favorite website.
File Size 14.48 KB
Installation Count 23
Current Version 0.1
Last Updated 2017-01-11
Publish Date 2017-01-11
Rating 5.00/5 Total 1 Ratings
Developer Suyesh Bhandari
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}