Test Extension V2 Public Firefox

Examine source code of Test Extension V2 Public

By: Enzo
Inspect and view changes in Test Extension V2 Public source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Test Extension V2",
  "version": "1.0",
  "description": "Prueba de content script en Firefox ESR",
  "content_scripts": [
    {
      "matches": [
        "https://lidasur.com.uy/cotiza.php*"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "estilos.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fc66fa39-0843-48e9-acb5-85aa19cf8c1c}"
    }
  }
}

Best Test Extension V2 Public Alternatives

Here are some Firefox add-ons that are similar to Test Extension V2 Public: