Image/Video Transform Firefox

Examine source code of Image/Video Transform

Inspect and view changes in Image/Video Transform source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "browser_specific_settings": {
    "gecko": {
      "id": "image-transform-context-menu@RedAndBlueEraser"
    }
  },
  "version": "1.0",
  "icons": {
    "16": "img/rotate.svg",
    "48": "img/rotate.svg",
    "128": "img/rotate.svg"
  },
  "permissions": [
    "activeTab",
    "menus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "default_locale": "en"
}

Best Image/Video Transform Alternatives

Here are some Firefox add-ons that are similar to Image/Video Transform: