Do the harlem shake

Make the current page do the harlem shake

Do the harlem shakeคืออะไร?

Do the harlem shake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamie Davies และคุณลักษณะหลักของมันคือ "Make the current page do the harlem shake"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Do the harlem shake

ดาวน์โหลดไฟล์ส่วนขยาย Do the harlem shake ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Make any website do the harlem shake                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Do the harlem shake Do the harlem shake
ID mobbapdpmefdbmdhkokjehgdnaglfkfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc
คำอธิบาย Make the current page do the harlem shake
ขนาดไฟล์ 1.09 MB
จำนวนการติดตั้ง 203
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-05-29
วันที่เผยแพร่ 2014-05-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jamie Davies
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}