Thunderclap

Smash Medium's clap button the maximum number of times (50) in 1 click

Thunderclapとは何ですか?

Thunderclapは@inorganikによって開発されたChromeの拡張機能で、その主な機能は「Smash Medium's clap button the maximum number of times (50) in 1 click」です。

拡張機能のスクリーンショット

screenshot

Thunderclap拡張機能のCRXファイルをダウンロード

Thunderclap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Are you tired of clicking and clicking, clicking and holding, to show your support for articles you enjoy on Medium? What a hassle! Introducing the thunderclap. Now you can clap the max number of times in 1 click. Enjoy!                    

拡張機能の基本情報

名前 Thunderclap Thunderclap
ID jnclghfpjoajcjpdngbgochcbipggogo
公式URL https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo
説明 Smash Medium's clap button the maximum number of times (50) in 1 click
ファイルサイズ 28.7 KB
インストール数 67
現在のバージョン 1.1
最終更新日 2017-08-31
公開日 2017-08-31
評価 4.67/5 合計 6 レビュー
開発者 @inorganik
支払い方法 free
拡張機能のウェブサイト https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thunderclap",
    "description": "Smash Medium's clap button the maximum number of times (50) in 1 click",
    "version": "1.1",
    "icons": {
        "48": "thunderclap-icon-48.png",
        "128": "thunderclap-icon-128.png"
    },
    "browser_action": {
        "default_title": "Thunderclap",
        "default_icon": "thunderclap-icon-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}