Copy Speed Checker Firefox

Examine source code of Copy Speed Checker

By: vu
Inspect and view changes in Copy Speed Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Speed Checker",
  "version": "1.0",
  "description": "Cảnh báo khi người dùng copy văn bản quá nhanh sau khi bôi đen.",
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Copy Speed Checker"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b885254d-592d-4918-9370-ca1764656a22}"
    }
  }
}

Best Copy Speed Checker Alternatives

Here are some Firefox add-ons that are similar to Copy Speed Checker: