Discord Enhancer
This extension will allow you to hide server/channel/member list on Discord
Apa itu Discord Enhancer?
Discord Enhancer adalah ekstensi Chrome yang dikembangkan oleh dr_ph4nt0m, dan fitur utamanya adalah "This extension will allow you to hide server/channel/member list on Discord".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Discord Enhancer
Unduh file ekstensi Discord Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pcmklkffcneafillgbbpphkkofelpedo |
URL Resmi | https://chrome.google.com/webstore/detail/discord-enhancer/pcmklkffcneafillgbbpphkkofelpedo |
Deskripsi | This extension will allow you to hide server/channel/member list on Discord |
Ukuran File | 61.16 KB |
Jumlah Instalasi | 725 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-10-07 |
Tanggal Publikasi | 2020-10-07 |
Penilaian | 1.67/5 Total 3 Penilaian |
Pengembang | dr_ph4nt0m |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |