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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}