Clipboard2File (Upload From Clipboard) Firefox

Examine source code of Clipboard2File (Upload From Clipboard)

Inspect and view changes in Clipboard2File (Upload From Clipboard) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "Clipboard2File",
  "version": "4.5",
  "description": "Instantly upload pictures from your clipboard!",
  "icons": {
    "549": "./icons/clipboard2file.svg"
  },
  "options_ui": {
    "page": "./settings/options.html",
    "browser_style": false
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "148.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{7343f7d1-e6ef-4d8a-8449-d4c18850f559}"
    }
  },
  "permissions": [
    "<all_urls>",
    "clipboardRead",
    "clipboardWrite",
    "storage"
  ],
  "background": {
    "scripts": [
      "./background/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true,
      "match_origin_as_fallback": true,
      "js": [
        "./content/all_frames.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "match_origin_as_fallback": true,
      "js": [
        "./content/parent_frame.js"
      ]
    }
  ]
}

Best Clipboard2File (Upload From Clipboard) Alternatives

Here are some Firefox add-ons that are similar to Clipboard2File (Upload From Clipboard):