Harlem Shake The Web!

Based on a bookmarket by Moovweb.

What is Harlem Shake The Web!?

Harlem Shake The Web! is a Chrome extension developed by LabLayers, and its main feature is "Based on a bookmarket by Moovweb.".

Extension Screenshots

Download Harlem Shake The Web! Extension CRX File

Download Harlem Shake The Web! 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 Chrome Extension based on http://blog.moovweb.com/2013/02/happy-valentines-day-internet-behold-the-harlem-shake-bookmarklet/

This adds a button to your toolbar that causes the website you are on to the the Harlem Shake. Just click it... and have fun!                    

Extension Basic Information

Name Harlem Shake The Web! Harlem Shake The Web!
ID ldejkceiibdbkgjfiagpjhjdadgkelib
Official URL https://chrome.google.com/webstore/detail/harlem-shake-the-web/ldejkceiibdbkgjfiagpjhjdadgkelib
Description Based on a bookmarket by Moovweb.
File Size 36.06 KB
Installation Count 2,169
Current Version 1.0.0
Last Updated 2013-06-05
Publish Date 2013-06-05
Rating 4.81/5 Total 36 Ratings
Developer LabLayers
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Harlem Shake The Web!"
    },
    "name": "Harlem Shake The Web!",
    "description": "Based on a bookmarket by Moovweb.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png",
        "160": "icon-160.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0",
    "manifest_version": 2
}