Discord Chat2PDF Firefox

Examine source code of Discord Chat2PDF

Inspect and view changes in Discord Chat2PDF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Discord Chat2PDF",
  "version": "1.4",
  "description": "Download discord chats as PDF",
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.discord.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "iframe.html",
        "iframe.js",
        "jspdf.umd.min.js",
        "html2canvas.min.js"
      ],
      "matches": [
        "*://*.discord.com/*"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "discordchat2pdf@bartoshanks",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Discord Chat2PDF Alternatives

Here are some Firefox add-ons that are similar to Discord Chat2PDF: