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
官方網址 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"
        }
    ]
}