Inspect and view changes in Discord Media Link Displayer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Discord Media Link Displayer",
"version": "1.0",
"description": "Displays links on media in discord",
"content_scripts": [
{
"matches": [
"*://*.discord.com/*"
],
"js": [
"main.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{5260341b-2727-472c-acdc-28f352ed7476}"
}
}
}