ExtraChannels - Discord tool
Show extra channels
什麼是ExtraChannels - Discord tool?
ExtraChannels - Discord tool是由ismail kharrobi開發的Chrome擴展程式,該擴展的主要功能是“Show extra channels”。
擴展截圖
下載ExtraChannels - Discord tool擴展crx文件
下載ExtraChannels - Discord tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
a tool that makes you able to check for extra channels that exist in a server but of course, you can't access them unless you have permission to * In case of first install and discord tab already opend you must refresh discord page * click on extension icon to turn it ON * enter any server you will find extra icon above in tool bar on discord server/ channel
擴展基本資訊
名稱 | ExtraChannels - Discord tool |
ID | ahheohmnbgdjaachcbogbdagoldaddlj |
官方網址 | https://chromewebstore.google.com/detail/extrachannels-discord-too/ahheohmnbgdjaachcbogbdagoldaddlj |
簡介 | Show extra channels |
檔案大小 | 136 KB |
安裝次數 | 23 |
目前版本 | 1.5.0 |
更新時間 | 2023-08-17 |
上架時間 | 2023-08-17 |
評分 | 3.00/5 共 2 次評分 |
開發者 | ismail kharrobi |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
說明頁面URL | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ExtraChannels - Discord tool", "description": "Show extra channels", "version": "1.5.0", "manifest_version": 3, "permissions": [ "scripting", "tabs", "activeTab", "storage", "webRequest" ], "host_permissions": [ "https:\/\/discord.com\/*" ], "minimum_chrome_version": "102", "author": "[email protected]", "web_accessible_resources": [ { "resources": [ "scripts\/assets\/tail.js" ], "matches": [ "*:\/\/discord.com\/*" ] } ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "action": { "default_title": "HiddenChannels", "default_icon": "icons\/i128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/discord.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/discord.com\/*" ] }, "icons": { "16": "icons\/i16.png", "32": "icons\/i32.png", "48": "icons\/i48.png", "128": "icons\/i128.png" } } |