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”。
扩展截图
下载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! 扩展基本信息
| 名称 | |
| 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"
}
]
} | |