Click Count Extension
This extension will allow you count your CPS and much more !
Was ist Click Count Extension?
Click Count Extension ist eine Chrome-Erweiterung, die von Louis-Chalres Biron entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow you count your CPS and much more !".
Erweiterungsscreenshots
Click Count Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Click Count Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Click Count Extension |
ID | imhndjihcbjenabkdjblnkpgkoiccpil |
Offizielle URL | https://chromewebstore.google.com/detail/click-count-extension/imhndjihcbjenabkdjblnkpgkoiccpil |
Beschreibung | This extension will allow you count your CPS and much more ! |
Dateigröße | 6.16 KB |
Installationsanzahl | 269 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-06-28 |
Veröffentlichungsdatum | 2021-06-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Louis-Chalres Biron |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |