WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Discord CDN Fixer

Discord CDN Fixer

View on Chrome Web Store
View Discord CDN Fixer Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
44 views
This extension has been viewed 44 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 03, 2025.

Easily recover expired Discord CDN media files and attachments with this automatic downloader.
Type
Extension
Users
51 users
1
max1
View author page of max1
Published
Published on April 25, 2025
Version 1.0.3
Manifest version
3
Updated
Updated on May 20, 2025
lifestyle/games
Extension Category
View on Chrome Web Store
View Discord CDN Fixer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/tabplugins.com\/discord-cdn-fixer\/",
    "version": "1.0.3",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cdn.discordapp.com\/attachments\/*\/*\/*",
                "https:\/\/media.discordapp.net\/attachments\/*\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top