Test Fill (V2) Firefox

Examine source code of Test Fill (V2)

Inspect and view changes in Test Fill (V2) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Test Fill (V2)",
  "version": "2.0",
  "description": "Adds test fill data",
  "icons": {
    "48": "icons/TFV2_48.png",
    "96": "icons/TFV2_96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "content-scripts/test-fill.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_popup": "popup/test-fill.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true,
    "chrome_style": true,
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "stuart_wilcox@outlook.com"
    }
  }
}

Best Test Fill (V2) Alternatives

Here are some Firefox add-ons that are similar to Test Fill (V2):