To Discord

Sends content to added discord channels

To Discord란 무엇입니까?

To Discord은(는) Harshvardhan Joshi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends content to added discord channels"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

To Discord 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is easy to use and supports multiple discord channels. Every added channel can be accessed from the context menu. Just add your discord channel's Web-hook URL and start sending the content to your channel.

Now you can also broadcast sharing to multiple channels, Just combine two web-hook URLs with ';' and save it just like other channels.                    

확장 프로그램 기본 정보

이름 To Discord To Discord
ID epcihifbffodmnbbnjgancnlodhbkhcl
공식 URL https://chromewebstore.google.com/detail/to-discord/epcihifbffodmnbbnjgancnlodhbkhcl
설명 Sends content to added discord channels
파일 크기 531 KB
설치 횟수 1,018
현재 버전 2.1.2
최근 업데이트 2022-04-07
출시 날짜 2019-11-17
평점 3.60/5 총 5 개의 평점
개발자 Harshvardhan Joshi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/GAM3RG33K/ToDiscord
도움말 페이지 URL https://github.com/GAM3RG33K/ToDiscord
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.1.2",
    "name": "To Discord",
    "description": "Sends content to added discord channels",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/ext_icon_16.png",
        "20": "icons\/ext_icon_20.png",
        "32": "icons\/ext_icon_32.png",
        "40": "icons\/ext_icon_40.png",
        "48": "icons\/ext_icon_48.png",
        "128": "icons\/ext_icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/ext_icon_16.png",
            "20": "icons\/ext_icon_20.png",
            "32": "icons\/ext_icon_32.png",
            "40": "icons\/ext_icon_40.png",
            "48": "icons\/ext_icon_48.png",
            "128": "icons\/ext_icon_128.png"
        }
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "pages\/options.html"
    }
}