ExtraChannels - Discord tool

Show extra channels

什么是ExtraChannels - Discord tool?

ExtraChannels - Discord tool是由ismail kharrobi开发的Chrome扩展程序,该扩展的主要功能是“Show extra channels”。

扩展截图

screenshot
screenshot
screenshot

下载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 ExtraChannels - Discord tool
ID ahheohmnbgdjaachcbogbdagoldaddlj
官方URL 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"
    }
}