Do the harlem shake

Make the current page do the harlem shake

Apa itu Do the harlem shake?

Do the harlem shake adalah ekstensi Chrome yang dikembangkan oleh Jamie Davies, dan fitur utamanya adalah "Make the current page do the harlem shake".

Unduh Berkas CRX Ekstensi Do the harlem shake

Unduh file ekstensi Do the harlem shake dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Make any website do the harlem shake                    

Informasi Dasar Ekstensi

Nama Do the harlem shake Do the harlem shake
ID mobbapdpmefdbmdhkokjehgdnaglfkfc
URL Resmi https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc
Deskripsi Make the current page do the harlem shake
Ukuran File 1.09 MB
Jumlah Instalasi 203
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-05-29
Tanggal Publikasi 2014-05-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Jamie Davies
Tipe Pembayaran free
Bahasa yang Didukung 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
}