Hide Discord Panels
You can hide channel list and server list using this extension.
Hide Discord Panels란 무엇입니까?
Hide Discord Panels은(는) oytundd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can hide channel list and server list using this extension."입니다.
확장 프로그램 스크린샷
Hide Discord Panels 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 !
확장 프로그램 기본 정보
이름 | Hide Discord Panels |
ID | pbfhpkbikfennpgchbfjiokjngfcjgjb |
공식 URL | https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb |
설명 | You can hide channel list and server list using this extension. |
파일 크기 | 11.3 KB |
설치 횟수 | 23 |
현재 버전 | 1 |
최근 업데이트 | 2021-06-05 |
출시 날짜 | 2021-05-08 |
개발자 | oytundd |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/oytundd/hide-discord-panels |
지원되는 언어 | 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\/*" ] } |