Speed Test

Speed Test

space bar counter is known as the space bar clicker is an online tool to count the total number of clicks you have performed in predefined time duration using the space bar click test. It also determines how many times can you press the spacebar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "128.png",
    "default_popup": "index.html"
  },
  "default_locale": "en",
  "description": "Speed Test",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "Speed Test",
  "short_name": "Speed Test",
  "version": "2.6.2"
}