Click Count Extension
This extension will allow you count your CPS and much more !
O que é Click Count Extension?
Click Count Extension é uma extensão do Chrome desenvolvida por Louis-Chalres Biron, e sua principal característica é "This extension will allow you count your CPS and much more !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Click Count Extension
Baixe arquivos de extensão Click Count Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Click Count Extension |
ID | imhndjihcbjenabkdjblnkpgkoiccpil |
URL Oficial | https://chromewebstore.google.com/detail/click-count-extension/imhndjihcbjenabkdjblnkpgkoiccpil |
Descrição | This extension will allow you count your CPS and much more ! |
Tamanho do Arquivo | 6.16 KB |
Contagem de Instalações | 269 |
Versão Atual | 1.0 |
Última Atualização | 2021-06-28 |
Data de Publicação | 2021-06-28 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Louis-Chalres Biron |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |