CPS Test
This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.
What is CPS Test?
CPS Test is a Chrome extension developed by sherlingjack, and its main feature is "This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.".
Extension Screenshots
Download CPS Test Extension CRX File
Download CPS Test extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time.
Extension Basic Information
Name | CPS Test |
ID | aphphgiefmjmofabjffjdbhgiomkocil |
Official URL | https://chromewebstore.google.com/detail/cps-test/aphphgiefmjmofabjffjdbhgiomkocil |
Description | This extension is a very basic test which calculates the number of clicks you can produce in a certain period of time. |
File Size | 5.81 KB |
Installation Count | 4,456 |
Current Version | 1.2 |
Last Updated | 2021-05-31 |
Publish Date | 2020-05-08 |
Rating | 4.17/5 Total 6 Ratings |
Developer | sherlingjack |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |