Click Count Extension
This extension will allow you count your CPS and much more !
Qu'est-ce que Click Count Extension ?
Click Count Extension est une extension Chrome développée par Louis-Chalres Biron, et sa fonction principale est "This extension will allow you count your CPS and much more !".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Click Count Extension
Téléchargez les fichiers d'extension Click Count Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Click Count Extension |
ID | imhndjihcbjenabkdjblnkpgkoiccpil |
URL Officiel | https://chromewebstore.google.com/detail/click-count-extension/imhndjihcbjenabkdjblnkpgkoiccpil |
Description | This extension will allow you count your CPS and much more ! |
Taille du Fichier | 6.16 KB |
Nombre d'Installations | 269 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-06-28 |
Date de Publication | 2021-06-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Louis-Chalres Biron |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |