CPS Test for Google Chrome™

The CPS test (Click Speed test) is a utility with which you can determine the click speed and break other click speed records.

Cos'è CPS Test for Google Chrome™?

CPS Test for Google Chrome™ è un'estensione di Chrome sviluppata da https://cps-counter.io, e la sua funzione principale è "The CPS test (Click Speed test) is a utility with which you can determine the click speed and break other click speed records.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CPS Test for Google Chrome™

Scarica i file di estensione CPS Test for Google Chrome™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Want to test the number of times you can click your mouse per second? Use this free cps test.

Once you install this software, you can do a right click cps test.

Test how fast you can do mouse clicks for, we also have a spacebar cps test available inside this
software.

Keep training and you can boost your high score for your cps test.

This software tracks the high scores which are set for any cps test, so you can see if you're improving
as you keep practising.

Let us know if you have any questions when you're using our software.                    

Informazioni di Base sull'Estensione

Nome CPS Test for Google Chrome™ CPS Test for Google Chrome™
ID aphoplbngonaeedaohbbelkdionfobkb
URL Ufficiale https://chromewebstore.google.com/detail/cps-test-for-google-chrom/aphoplbngonaeedaohbbelkdionfobkb
Descrizione The CPS test (Click Speed test) is a utility with which you can determine the click speed and break other click speed records.
Dimensione del File 2.06 MB
Conteggio Installazioni 223
Versione Corrente 3.0.4
Ultimo Aggiornamento 2022-05-03
Data di Pubblicazione 2022-05-03
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore https://cps-counter.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cps-counter.io
URL della Pagina di Aiuto https://cps-counter.io/contact
URL della Pagina della Politica sulla Privacy https://charactercounttool.io/privacy-policy
Lingue Supportate id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "3.0.4",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "action": {
        "default_icon": "icons\/icon64.png",
        "default_popup": "ui\/popup.html",
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    },
    "homepage_url": "https:\/\/cps-counter.io\/"
}