Do the harlem shake

Make the current page do the harlem shake

O que é Do the harlem shake?

Do the harlem shake é uma extensão do Chrome desenvolvida por Jamie Davies, e sua principal característica é "Make the current page do the harlem shake".

Baixar o arquivo CRX da Extensão Do the harlem shake

Baixe arquivos de extensão Do the harlem shake no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Make any website do the harlem shake                    

Informações Básicas da Extensão

Nome Do the harlem shake Do the harlem shake
ID mobbapdpmefdbmdhkokjehgdnaglfkfc
URL Oficial https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc
Descrição Make the current page do the harlem shake
Tamanho do Arquivo 1.09 MB
Contagem de Instalações 203
Versão Atual 1.0
Última Atualização 2014-05-29
Data de Publicação 2014-05-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Jamie Davies
Tipo de Pagamento free
Idiomas Suportados 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
}