Hide Discord Panels
You can hide channel list and server list using this extension.
Was ist Hide Discord Panels?
Hide Discord Panels ist eine Chrome-Erweiterung, die von oytundd entwickelt wurde, und ihr Hauptmerkmal ist "You can hide channel list and server list using this extension.".
Erweiterungsscreenshots
Hide Discord Panels-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide Discord Panels-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 ! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pbfhpkbikfennpgchbfjiokjngfcjgjb |
| Offizielle URL | https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb |
| Beschreibung | You can hide channel list and server list using this extension. |
| Dateigröße | 11.3 KB |
| Installationsanzahl | 23 |
| Aktuelle Version | 1 |
| Letztes Update | 2021-06-05 |
| Veröffentlichungsdatum | 2021-05-08 |
| Entwickler | oytundd |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/oytundd/hide-discord-panels |
| Unterstützte Sprachen | 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\/*"
]
} | |