TypingClub/EdClub Shortcuts

TypingClub/EdClub Shortcuts

Press the r key instead of clicking the "Try again" button on typingclub game current level ends

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TypingClub Key Binder",
  "version": "1.0",
  "description": "TypingClub Key Binder Ex: press R for try again",
  "icons": {
    "48": "icons/typing48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.typingclub.com/*"
      ],
      "js": [
        "src/edClub.js"
      ]
    },
    {
      "matches": [
        "*://*.edclub.com/*"
      ],
      "js": [
        "src/edClub.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}