Do the harlem shake

Make the current page do the harlem shake

¿Qué es Do the harlem shake?

Do the harlem shake es una extensión de Chrome desarrollada por Jamie Davies, y su función principal es "Make the current page do the harlem shake".

Descargar Archivo CRX de la Extensión Do the harlem shake

Descarga archivos de extensión Do the harlem shake en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Make any website do the harlem shake                    

Información Básica de la Extensión

Nombre Do the harlem shake Do the harlem shake
ID mobbapdpmefdbmdhkokjehgdnaglfkfc
URL Oficial https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc
Descripción Make the current page do the harlem shake
Tamaño del Archivo 1.09 MB
Cantidad de Instalaciones 203
Versión Actual 1.0
Última Actualización 2014-05-29
Fecha de Publicación 2014-05-29
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Jamie Davies
Tipo de Pago free
Idiomas Soportados 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
}