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
Eメール [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"
    }
}