Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Discord Media Downloader - DiscordKit",
"version": "2.2",
"description": "Bulk Download Discord Chat log Images & Videos from Channels. Save message history and media attachments easily.",
"permissions": [
"activeTab",
"downloads",
"storage"
],
"host_permissions": [
"https:\/\/discord.com\/*",
"https:\/\/cdn.discordapp.com\/*",
"https:\/\/media.discordapp.net\/*",
"https:\/\/extensionpay.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/discord.com\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Discord Media Downloader"
},
"icons": {
"16": "icons\/logo16.png",
"34": "icons\/logo34.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
}
}