To Discord

Sends content to added discord channels

To Discordคืออะไร?

To Discord เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harshvardhan Joshi และคุณลักษณะหลักของมันคือ "Sends content to added discord channels"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย To Discord

ดาวน์โหลดไฟล์ส่วนขยาย To Discord ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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