Darker Discord Theme
When clicked, it changes discord into a 'light out' theme similar to twitter
Darker Discord Themeとは何ですか?
Darker Discord ThemeはDevStoreMakerによって開発されたChromeの拡張機能で、その主な機能は「When clicked, it changes discord into a 'light out' theme similar to twitter」です。
拡張機能のスクリーンショット
Darker Discord Theme拡張機能のCRXファイルをダウンロード
Darker Discord Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |