CPS Test

This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.

Co to jest CPS Test?

CPS Test to rozszerzenie Chrome opracowane przez sherlingjack, a jego główną funkcją jest „This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CPS Test

Pobierz pliki rozszerzeń CPS Test 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 extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.                    

Podstawowe informacje o rozszerzeniu

Nazwa CPS Test CPS Test
ID aphphgiefmjmofabjffjdbhgiomkocil
Oficjalny URL https://chromewebstore.google.com/detail/cps-test/aphphgiefmjmofabjffjdbhgiomkocil
Opis This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.
Rozmiar pliku 5.81 KB
Liczba instalacji 4,456
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-05-31
Data Publikacji 2020-05-08
Ocena 4.17/5 Łącznie 6 Oceny
Deweloper sherlingjack
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",
    "name": "CPS Test",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "128": "cursor.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "CPS Test"
    }
}