Capture The Flag Firefox

Examine source code of Capture The Flag

Inspect and view changes in Capture The Flag source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_ext_name__",
  "version": "0.0.15",
  "default_locale": "en",
  "description": "__MSG_ext_description__",
  "icons": {
    "32": "icons/icon_32px.png",
    "48": "icons/icon_48px.png",
    "128": "icons/icon_128px.png",
    "256": "icons/icon_256px.png",
    "512": "icons/icon_512px.png"
  },
  "page_action": {
    "default_icon": {
      "32": "icons/icon_32px.png",
      "48": "icons/icon_48px.png",
      "128": "icons/icon_128px.png",
      "256": "icons/icon_256px.png",
      "512": "icons/icon_512px.png"
    },
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "author": "Yaroslav Ilin",
  "background": {
    "scripts": [
      "background.runtime.js",
      "background.js"
    ]
  },
  "minimum_chrome_version": "36",
  "permissions": [
    "dns",
    "webRequest",
    "<all_urls>",
    "storage"
  ],
  "short_name": "__MSG_ext_short_name__",
  "version_name": "0.0.15 (da4e6f9f)",
  "browser_specific_settings": {
    "gecko": {
      "id": "@ctf"
    }
  }
}

Best Capture The Flag Alternatives

Here are some Firefox add-ons that are similar to Capture The Flag: