Dropship N Paste Address Autofill Firefox

Examine source code of Dropship N Paste Address Autofill

Inspect and view changes in Dropship N Paste Address Autofill source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Dropship N Paste",
  "version": "3.2.1",
  "description": "Intelligent address autofill for dropshippers - works on virtually any website",
  "browser_specific_settings": {
    "gecko": {
      "id": "dropshipnpaste@mysellerdesk.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "personallyIdentifyingInfo",
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "alarms",
    "notifications",
    "contextMenus",
    "clipboardRead",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_title": "Dropship N Paste",
    "default_icon": {
      "16": "icons/16.png",
      "19": "icons/19.png",
      "38": "icons/38.png",
      "48": "icons/48.png"
    }
  },
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  },
  "commands": {
    "copy": {
      "suggested_key": {
        "default": "Alt+Shift+C",
        "windows": "Alt+Shift+C",
        "linux": "Alt+Shift+C",
        "mac": "Command+Shift+C"
      },
      "description": "Copy detected address to clipboard"
    },
    "paste": {
      "suggested_key": {
        "default": "Alt+Shift+V",
        "windows": "Alt+Shift+V",
        "linux": "Alt+Shift+V",
        "mac": "Command+Shift+V"
      },
      "description": "Paste address in clipboard on page"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "src/content/main.js"
      ],
      "css": [
        "src/content/ui/styles/inject.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "logo.png",
        "logosingle.png",
        "src/content/ui/styles/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Dropship N Paste Address Autofill Alternatives

Here are some Firefox add-ons that are similar to Dropship N Paste Address Autofill: