Click Count Extension

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

什麼是Click Count Extension?

Click Count Extension是由Louis-Chalres Biron開發的Chrome擴展程式,該擴展的主要功能是“This extension will allow you count your CPS and much more !”。

擴展截圖

screenshot
screenshot

下載Click Count Extension擴展crx文件

下載Click Count Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Click Count Extension Click Count Extension
ID imhndjihcbjenabkdjblnkpgkoiccpil
官方網址 https://chromewebstore.google.com/detail/click-count-extension/imhndjihcbjenabkdjblnkpgkoiccpil
簡介 This extension will allow you count your CPS and much more !
檔案大小 6.16 KB
安裝次數 269
目前版本 1.0
更新時間 2021-06-28
上架時間 2021-06-28
評分 5.00/5 共 1 次評分
開發者 Louis-Chalres Biron
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}