Click Count Extension

This extension will allow you count your CPS and much more !

Click Count Extension là gì?

Click Count Extension là một tiện ích mở rộng Chrome được phát triển bởi Louis-Chalres Biron, và tính năng chính của nó là "This extension will allow you count your CPS and much more !".

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

screenshot
screenshot

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

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

                        This is my first extension on chrome, so basically, it lets you know how many times you can click in a certain amount of time and at the end, you get your CPS (Clicks per seconds) and how many times you clicked. There are also other options like "hide clicks" which hide the click counter from the user so they can only know their score at the end. Furthermore, there is a little objective system letting you put in a click goal to hit. That is pretty much it for this small extension who, however, will entertain in addition to inform you about your CPS                    

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

Tên Click Count Extension Click Count Extension
ID imhndjihcbjenabkdjblnkpgkoiccpil
URL Chính Thức https://chromewebstore.google.com/detail/click-count-extension/imhndjihcbjenabkdjblnkpgkoiccpil
Mô tả This extension will allow you count your CPS and much more !
Kích Thước Tệp 6.16 KB
Số Lần Cài Đặt 269
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-06-28
Ngày Phát Hành 2021-06-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Louis-Chalres Biron
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click Count Extension",
    "description": "This extension will allow you count your CPS and much more !",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}