MetaTag Editor Firefox

Examine source code of MetaTag Editor

By: 88CLB
Inspect and view changes in MetaTag Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MetaTag Editor",
  "version": "1.0",
  "description": "Edit metadata of downloaded files directly from the browser",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "metatageditor@example.com"
    }
  },
  "permissions": [
    "downloads",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  }
}

Best MetaTag Editor Alternatives

Here are some Firefox add-ons that are similar to MetaTag Editor: