CPS Test - Clicks per Second

CPS Test - Clicks per Second

Install this CPS extension on your firefox and measure your click per seconds record without changing tabs. Download extension now and have a quick click test.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "CPS Test - Check Clicks per Second",
  "version": "1.0",
  "description": "Test your clicks per second. You can also set a new record. Share your score with your friend and challenge them to beat you.",
  "icons": {
    "16": "images/cpstest_started16.png",
    "32": "images/cpstest_started32.png",
    "48": "images/cpstest_started48.png",
    "128": "images/cpstest_started128.png"
  },
  "browser_action": {
    "default_icon": "images/cpstest_started128.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "js/cpstest.js"
      ]
    }
  ]
}