Discord Enhancer
This extension will allow you to hide server/channel/member list on Discord
Discord Enhancerとは何ですか?
Discord Enhancerはdr_ph4nt0mによって開発されたChromeの拡張機能で、その主な機能は「This extension will allow you to hide server/channel/member list on Discord」です。
拡張機能のスクリーンショット
Discord Enhancer拡張機能のCRXファイルをダウンロード
Discord Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you like to keep discord open while working on other stuff, this extension will allow you to hide the server list, channel list and member list for the discord.com website. This will allow to keep the window as small as possible without loosing the main message part of the website.
拡張機能の基本情報
名前 | |
ID | pcmklkffcneafillgbbpphkkofelpedo |
公式URL | https://chrome.google.com/webstore/detail/discord-enhancer/pcmklkffcneafillgbbpphkkofelpedo |
説明 | This extension will allow you to hide server/channel/member list on Discord |
ファイルサイズ | 61.16 KB |
インストール数 | 725 |
現在のバージョン | 1.0 |
最終更新日 | 2020-10-07 |
公開日 | 2020-10-07 |
評価 | 1.67/5 合計 3 レビュー |
開発者 | dr_ph4nt0m |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discord Enhancer", "description": "This extension will allow you to hide server\/channel\/member list on Discord", "version": "1.0", "browser_action": { "default_title": "Discord Enhancer", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/discord.com\/*" ] } ] } |