Do the harlem shake

Make the current page do the harlem shake

Do the harlem shakeとは何ですか?

Do the harlem shakeはJamie Daviesによって開発されたChromeの拡張機能で、その主な機能は「Make the current page do the harlem shake」です。

Do the harlem shake拡張機能のCRXファイルをダウンロード

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
}