Skip to content

MatissesProjects/Discord-Renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Renamer

A lightweight Chrome Extension to give your Discord friends custom nicknames that persist across servers and DMs.

Features

  • Custom Nicknames: Replace any Discord username with a name of your choice.
  • Global Toggle: Easily enable or disable all renames with a single switch in the popup.
  • Editable List: View, edit, or delete your custom names directly from the popup.
  • Live Updates: Changes apply instantly to Discord—no page refresh required.
  • Case-Insensitive Matching: Matches usernames regardless of capitalization (e.g., darkslayer matches DarkSlayer).
  • Hover Reveal: Hover over any renamed user on Discord to see their original username in a tooltip.
  • Privacy Focused: All data is stored locally in your browser's chrome.storage.local.

Installation

  1. Clone or download this repository.
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable Developer mode in the top right corner.
  4. Click Load unpacked and select the folder containing these files.

Usage

  1. Open the Discord Renamer popup from your browser's extension bar.
  2. Enter the Exact Username (the one you see on Discord) in the first box.
  3. Enter the Real Name (your custom nickname) in the second box.
  4. Click Save Name.
  5. To edit an existing name, click Edit next to the name in the list, update the fields, and click Update Name.
  6. Use the toggle at the top to quickly turn all renames on or off.

Technical Details

  • Manifest V3: Built using the latest Chrome Extension standards.
  • Content Scripts: Uses a MutationObserver to ensure names are replaced even as Discord dynamically loads new messages or transitions between channels.
  • Storage: Uses chrome.storage.local for fast, persistent data management.

About

Rename people in a discord to remember who they are

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published