Hide Discord Panels
You can hide channel list and server list using this extension.
Vad är Hide Discord Panels?
Hide Discord Panels är en Chrome-tillägg utvecklad av oytundd, och dess huvudfunktion är "You can hide channel list and server list using this extension.".
Tilläggsskärmbilder
Ladda ner Hide Discord Panels-förlängningens CRX-fil
Ladda ner Hide Discord Panels-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 ! Grundläggande Information om Tillägg
| Namn | |
| ID | pbfhpkbikfennpgchbfjiokjngfcjgjb |
| Officiell webbadress | https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb |
| Beskrivning | You can hide channel list and server list using this extension. |
| Filstorlek | 11.3 KB |
| Antal Installationer | 23 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2021-06-05 |
| Publiceringsdatum | 2021-05-08 |
| Utvecklare | oytundd |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/oytundd/hide-discord-panels |
| Stödda Språk | 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\/*"
]
} | |