To Discord

Sends content to added discord channels

Qu'est-ce que To Discord ?

To Discord est une extension Chrome développée par Harshvardhan Joshi, et sa fonction principale est "Sends content to added discord channels".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension To Discord

Téléchargez les fichiers d'extension To Discord au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom To Discord To Discord
ID epcihifbffodmnbbnjgancnlodhbkhcl
URL Officiel https://chromewebstore.google.com/detail/to-discord/epcihifbffodmnbbnjgancnlodhbkhcl
Description Sends content to added discord channels
Taille du Fichier 531 KB
Nombre d'Installations 1,018
Version Actuelle 2.1.2
Dernière Mise à Jour 2022-04-07
Date de Publication 2019-11-17
Évaluation 3.60/5 Total 5 Évaluations
Développeur Harshvardhan Joshi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/GAM3RG33K/ToDiscord
URL de la Page d'Aide https://github.com/GAM3RG33K/ToDiscord
Langues Prises en Charge 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"
    }
}