Do the harlem shake

Make the current page do the harlem shake

What is Do the harlem shake?

Do the harlem shake is a Chrome extension developed by Jamie Davies, and its main feature is "Make the current page do the harlem shake".

Download Do the harlem shake Extension CRX File

Download Do the 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

                        Make any website do the harlem shake                    

Extension Basic Information

Name Do the harlem shake Do the harlem shake
ID mobbapdpmefdbmdhkokjehgdnaglfkfc
Official URL https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc
Description Make the current page do the harlem shake
File Size 1.09 MB
Installation Count 203
Current Version 1.0
Last Updated 2014-05-29
Publish Date 2014-05-29
Rating 5.00/5 Total 1 Ratings
Developer Jamie Davies
Payment Type free
Supported Languages 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
}