Click Count Extension

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

Co to jest Click Count Extension?

Click Count Extension to rozszerzenie Chrome opracowane przez Louis-Chalres Biron, a jego główną funkcją jest „This extension will allow you count your CPS and much more !”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Click Count Extension

Pobierz pliki rozszerzeń Click Count Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Click Count Extension Click Count Extension
ID imhndjihcbjenabkdjblnkpgkoiccpil
Oficjalny URL https://chromewebstore.google.com/detail/click-count-extension/imhndjihcbjenabkdjblnkpgkoiccpil
Opis This extension will allow you count your CPS and much more !
Rozmiar pliku 6.16 KB
Liczba instalacji 269
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-06-28
Data Publikacji 2021-06-28
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Louis-Chalres Biron
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}