Hide Discord Panels
You can hide channel list and server list using this extension.
Co to jest Hide Discord Panels?
Hide Discord Panels to rozszerzenie Chrome opracowane przez oytundd, a jego główną funkcją jest „You can hide channel list and server list using this extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide Discord Panels
Pobierz pliki rozszerzeń Hide Discord Panels w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 !
Podstawowe informacje o rozszerzeniu
Nazwa | Hide Discord Panels |
ID | pbfhpkbikfennpgchbfjiokjngfcjgjb |
Oficjalny URL | https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb |
Opis | You can hide channel list and server list using this extension. |
Rozmiar pliku | 11.3 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2021-06-05 |
Data Publikacji | 2021-05-08 |
Deweloper | oytundd |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/oytundd/hide-discord-panels |
Obsługiwane Języki | 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\/*" ] } |