Click Count Extension
This extension will allow you count your CPS and much more !
Cos'è Click Count Extension?
Click Count Extension è un'estensione di Chrome sviluppata da Louis-Chalres Biron, e la sua funzione principale è "This extension will allow you count your CPS and much more !".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Click Count Extension
Scarica i file di estensione Click Count Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Click Count Extension |
ID | imhndjihcbjenabkdjblnkpgkoiccpil |
URL Ufficiale | https://chromewebstore.google.com/detail/click-count-extension/imhndjihcbjenabkdjblnkpgkoiccpil |
Descrizione | This extension will allow you count your CPS and much more ! |
Dimensione del File | 6.16 KB |
Conteggio Installazioni | 269 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-06-28 |
Data di Pubblicazione | 2021-06-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Louis-Chalres Biron |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |