Extension Firefox

Examine source code of Extension

Por: Developer
Inspect and view changes in Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Extension",
  "description": "",
  "version": "1.9",
  "icons": {
    "16": "favicon.png",
    "128": "favicon.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "clipboardRead"
  ],
  "background": {
    "scripts": [
      "assets/background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ba97c341-38bc-4883-a2b8-7ae513359b8c}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteActivity"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Mejores alternativas Extension

Aquí hay algunas Firefox add-ons que son similares a Extension: