Clicking Speed Tester

Clicking Speed Tester

Check the clicking speed in one second. Our add-on allows you to check your mouse click speed with just one click. Many users use this to improve their clicking speed. In many games, players need to have a high clicking speed. Check your CPS now.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "img/icon_128.png",
    "default_popup": "html/popup.html",
    "default_title": "Clicking Speed Tester"
  },
  "description": "Check the clicking speed in one second.",
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "Clicking Speed Tester",
  "version": "1.1"
}