CPS Test

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

Vad är CPS Test?

CPS Test är en Chrome-tillägg utvecklad av sherlingjack, och dess huvudfunktion är "This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.".

Tilläggsskärmbilder

screenshot

Ladda ner CPS Test-förlängningens CRX-fil

Ladda ner CPS Test-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CPS Test CPS Test
ID aphphgiefmjmofabjffjdbhgiomkocil
Officiell webbadress https://chromewebstore.google.com/detail/cps-test/aphphgiefmjmofabjffjdbhgiomkocil
Beskrivning This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.
Filstorlek 5.81 KB
Antal Installationer 4,456
Aktuell Version 1.2
Senast Uppdaterad 2021-05-31
Publiceringsdatum 2020-05-08
Betyg 4.17/5 Totalt 6 Betyg
Utvecklare sherlingjack
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}