CPS Test

CPS Test

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

Merlin
Additional files are visible only to premium users

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"
  }
}