Do the harlem shake

Make the current page do the harlem shake

Do the harlem shake là gì?

Do the harlem shake là một tiện ích mở rộng Chrome được phát triển bởi Jamie Davies, và tính năng chính của nó là "Make the current page do the harlem shake".

Tải xuống tệp CRX của tiện ích mở rộng Do the harlem shake

Tải xuống các tệp mở rộng Do the harlem shake dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Make any website do the harlem shake                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Do the harlem shake Do the harlem shake
ID mobbapdpmefdbmdhkokjehgdnaglfkfc
URL Chính Thức https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc
Mô tả Make the current page do the harlem shake
Kích Thước Tệp 1.09 MB
Số Lần Cài Đặt 203
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-05-29
Ngày Phát Hành 2014-05-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jamie Davies
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}