Typing Tab Fighter Firefox

Examine source code of Typing Tab Fighter

By: Yen
Inspect and view changes in Typing Tab Fighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Typing Tab Fighter",
  "version": "1.0.0",
  "description": "Mỗi tab có 'máu'. Chọn tab địch, gõ đúng tiêu đề để tấn công; khi HP về 0, tab sẽ tự đóng.",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Typing Tab Fighter",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b86a307b-0fca-4ef9-a784-949dd2c53b5f}"
    }
  }
}

Best Typing Tab Fighter Alternatives

Here are some Firefox add-ons that are similar to Typing Tab Fighter: