Discord Theme Customizer
Custom discord theme
Wat is Discord Theme Customizer?
Discord Theme Customizer is een Chrome-extensie ontwikkeld door ThaiNph, en de belangrijkste functie is "Custom discord theme".
Extensie Screenshots
Download het CRX-bestand van de extensie Discord Theme Customizer
Download Discord Theme Customizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension append css to customize Discord web app UI. User can select themes & app icons which provide by extension.
Basisinformatie over de Extensie
Naam | Discord Theme Customizer |
ID | kmfkebaealpkmmdgkkfdjejjoimdoida |
Officiële URL | https://chromewebstore.google.com/detail/discord-theme-customizer/kmfkebaealpkmmdgkkfdjejjoimdoida |
Beschrijving | Custom discord theme |
Bestandsgrootte | 177 KB |
Aantal Installaties | 136 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-11-29 |
Publicatiedatum | 2023-11-22 |
Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | ThaiNph |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Discord Theme Customizer", "description": "Custom discord theme", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "images\/icon.png", "48": "images\/icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/discord.com\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "options_page": "setting.html", "action": { "default_popup": "setting.html", "default_icon": { "16": "images\/icon.png", "48": "images\/icon.png" } } } |