DiscordKit - discord chat exporter

DiscordKit - discord chat exporter

Discord Chat Exporter is a extension developed to help users export and save their Discord chat logs. It supports JSON, CSV, TXT, HTML DARK, and HTML LIGHT. With this extension, users can easily export their Discord chat logs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_specific_settings": {
    "gecko": {
      "id": "{b7fa0ea1-4365-4e5c-960a-e0951c5ff1db}"
    }
  },
  "name": "DiscordKit - discord chat exporter",
  "description": "",
  "version": "1.0.3",
  "manifest_version": 3,
  "icons": {
    "16": "img/logo16.png",
    "32": "img/logo34.png",
    "48": "img/logo48.png",
    "128": "img/logo128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo128.png"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-bf4986ff.885941d0.js"
      ],
      "matches": [
        "http://discordkit.com/*",
        "https://discordkit.com/*"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "img/logo16.png",
        "img/logo34.png",
        "img/logo48.png",
        "img/logo128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "http://discordkit.com/*",
        "https://discordkit.com/*"
      ],
      "resources": [
        "assets/chunk-bf4986ff.js"
      ],
      "use_dynamic_url": true
    }
  ]
}