Hide Discord Panels
You can hide channel list and server list using this extension.
Cos'è Hide Discord Panels?
Hide Discord Panels è un'estensione di Chrome sviluppata da oytundd, e la sua funzione principale è "You can hide channel list and server list using this extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hide Discord Panels
Scarica i file di estensione Hide Discord Panels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Pin the extension and click on it to hide channel list and/or server list.Now you have more space for other applications!You can access the source code using the website link within the store page.
Feel free to support me at https://ko-fi.com/oytundd ! Informazioni di Base sull'Estensione
| Nome | |
| ID | pbfhpkbikfennpgchbfjiokjngfcjgjb |
| URL Ufficiale | https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb |
| Descrizione | You can hide channel list and server list using this extension. |
| Dimensione del File | 11.3 KB |
| Conteggio Installazioni | 23 |
| Versione Corrente | 1 |
| Ultimo Aggiornamento | 2021-06-05 |
| Data di Pubblicazione | 2021-05-08 |
| Sviluppatore | oytundd |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/oytundd/hide-discord-panels |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hide Discord Panels",
"version": "1",
"manifest_version": 2,
"description": "You can hide channel list and server list using this extension.",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Hide Panels"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"https:\/\/discord.com\/channels\/*"
]
} | |