Save Image to Google Drive Firefox

Examine source code of Save Image to Google Drive

Inspect and view changes in Save Image to Google Drive source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Save Image to Google Drive",
  "version": "1.0",
  "description": "Right click to save image directly to Google Drive.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "contextMenus",
    "identity",
    "storage",
    "notifications",
    "webRequest",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "<all_urls>",
    "https://www.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "save-image-to-gdrive@yourname.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Save Image to Google Drive Alternatives

Here are some Firefox add-ons that are similar to Save Image to Google Drive: