Harlem Shake

Harlem Shake your Internet. Just install and go to your favorite website.

Harlem Shakeคืออะไร?

Harlem Shake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Suyesh Bhandari และคุณลักษณะหลักของมันคือ "Harlem Shake your Internet. Just install and go to your favorite website."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Harlem Shake

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

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

                        Harlem Shake your Internet. Just install and go to your favorite website.                    

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

ชื่อ Harlem Shake Harlem Shake
ID ieafbpmdjjikmcajocilkfkklecnbipg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/harlem-shake/ieafbpmdjjikmcajocilkfkklecnbipg
คำอธิบาย Harlem Shake your Internet. Just install and go to your favorite website.
ขนาดไฟล์ 14.48 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-01-11
วันที่เผยแพร่ 2017-01-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Suyesh Bhandari
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harlem Shake",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "js": [
            "harlem_shake.js"
        ]
    }
}