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文件
下載Hide Discord Panels擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |