Hide Discord Panels
You can hide channel list and server list using this extension.
Wat is Hide Discord Panels?
Hide Discord Panels is een Chrome-extensie ontwikkeld door oytundd, en de belangrijkste functie is "You can hide channel list and server list using this extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide Discord Panels
Download Hide Discord Panels-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 ! Basisinformatie over de Extensie
| Naam | |
| ID | pbfhpkbikfennpgchbfjiokjngfcjgjb |
| Officiële URL | https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb |
| Beschrijving | You can hide channel list and server list using this extension. |
| Bestandsgrootte | 11.3 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 1 |
| Laatst Bijgewerkt | 2021-06-05 |
| Publicatiedatum | 2021-05-08 |
| Ontwikkelaar | oytundd |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/oytundd/hide-discord-panels |
| Ondersteunde Talen | 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\/*"
]
} | |