Thunderclap

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

Thunderclap là gì?

Thunderclap là một tiện ích mở rộng Chrome được phát triển bởi @inorganik, và tính năng chính của nó là "Smash Medium's clap button the maximum number of times (50) in 1 click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Thunderclap 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

                        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!                    

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

Tên Thunderclap Thunderclap
ID jnclghfpjoajcjpdngbgochcbipggogo
URL Chính Thức https://chromewebstore.google.com/detail/thunderclap/jnclghfpjoajcjpdngbgochcbipggogo
Mô tả Smash Medium's clap button the maximum number of times (50) in 1 click
Kích Thước Tệp 28.7 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-08-31
Ngày Phát Hành 2017-08-31
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển @inorganik
Loại Thanh Toán free
Trang Web Mở Rộng https://medium.com/@inorganik/introducing-the-thunderclap-353ae9def1f8
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}