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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}