Darker Discord Theme
When clicked, it changes discord into a 'light out' theme similar to twitter
Darker Discord Theme क्या है?
Darker Discord Theme DevStoreMaker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When clicked, it changes discord into a 'light out' theme similar to twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Darker Discord Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Darker Discord Theme is exactly what it claims to be, an extension that when clicked, will turn discord dark, into an even darker discord, which is similar to twitter's "lights out" theme.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | ghpfgannonidbjlgnooidbjaekginfam |
आधिकारिक URL | https://chrome.google.com/webstore/detail/darker-discord-theme/ghpfgannonidbjlgnooidbjaekginfam |
विवरण | When clicked, it changes discord into a 'light out' theme similar to twitter |
फ़ाइल का आकार | 202 KB |
स्थापना संख्या | 504 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-10-06 |
प्रकाशन तिथि | 2019-10-06 |
रेटिंग | 2.67/5 कुल 12 रेटिंग्स |
डेवलपर | DevStoreMaker |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Darker Discord Theme", "version": "1.0", "description": "When clicked, it changes discord into a 'light out' theme similar to twitter", "manifest_version": 2, "permissions": [ "https:\/\/discordapp.com\/*" ], "browser_action": { "default_icon": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/discordapp.com\/*" ], "js": [ "background.js" ] } ], "web_accessible_resources": [ "betterDiscord.css" ] } |