whatisgithub

What is discord-widgets-extension?

thecreativegod/discord-widgets-extension — explained in plain English

Analysis updated 2026-05-18

18JavaScriptAudience · general

In one sentence

A browser extension that automates creating and editing a Discord profile widget in one click instead of running a manual terminal command.

Mindmap

mindmap
  root((repo))
    What it does
      Automates widget creation
      One click flow
      Live console
    Tech stack
      JavaScript
      Browser extension
      Userscript
    Use cases
      Create widgets
      Export import JSON
      Restore hidden tab
    Audience
      Discord app developers
    Caveats
      Uses internal APIs
      ToS risk noted
      Educational purpose

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Create a Discord profile widget without manually running a PowerShell command.

USE CASE 2

Export a widget's configuration as JSON to share or back up.

USE CASE 3

Import shared JSON to create a new widget or update an existing one.

USE CASE 4

Restore Discord's hidden developer portal Widget tab that normally disappears on reload.

What is it built with?

JavaScriptChrome extensionTampermonkey

How does it compare?

thecreativegod/discord-widgets-extensionbluejacketblackhawk/saysomethingchinaran0/wujing_dic
Stars181818
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderateeasy
Complexity3/52/5
Audiencegeneralgeneralops devops

Figures from each repo's GitHub metadata at analysis time.

So what is it?

This project is a browser extension that automates creating a Discord profile widget, a customizable badge Discord applications can show, based on a method originally described in a public guide by another developer. The original guide required copying and running a PowerShell command as a manual last step. This extension performs that step itself, so the whole process becomes a single click inside the browser instead. It is available as a Chrome, Edge, or Brave extension, with a Firefox version planned, and there is also a separate userscript version made by another contributor for tools like Tampermonkey. Once installed, you visit the Discord developer applications page, click a floating Widget Creator button the extension adds, and step through creating the widget, including solving a captcha and entering two-factor authentication if Discord asks for it. A floating on-page console shows each step as it happens, so problems are visible right away instead of hidden in a terminal. Beyond creating a new widget, the tool lets you export a widget's settings as JSON, import JSON to create a new widget or update an existing one, and refresh an existing widget with edited JSON. It also automatically restores a hidden Widget tab in Discord's developer portal that Discord normally clears on every page reload. Technically, the extension works by running part of its script inside the page itself to reach Discord's internal code, and routing the final network request through the extension's background script so the request's headers match what the original manual method produced. The README is explicit that this relies on undocumented, internal Discord behavior that could break if Discord changes it, and states plainly that automating account actions like this goes against the spirit of Discord's terms of service, describing the project as being shared for educational purposes and used at the user's own risk.

Copy-paste prompts

Prompt 1
Walk me through installing this extension in Chrome to create a Discord widget.
Prompt 2
Explain how this extension's export and import buttons work with widget JSON.
Prompt 3
What does this README say about the risks of using this extension on my Discord account?
Prompt 4
How does this extension restore Discord's hidden Widget tab automatically?

Frequently asked questions

What is discord-widgets-extension?

A browser extension that automates creating and editing a Discord profile widget in one click instead of running a manual terminal command.

What language is discord-widgets-extension written in?

Mainly JavaScript. The stack also includes JavaScript, Chrome extension, Tampermonkey.

Who is discord-widgets-extension for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.