Discord Joiner

A lightweight extension that helps you join discord invite links as fast as possible

Qu'est-ce que Discord Joiner ?

Discord Joiner est une extension Chrome développée par FreoLeo, et sa fonction principale est "A lightweight extension that helps you join discord invite links as fast as possible".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Discord Joiner 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

                        A faster way to join discord invite links!

Tips for maximizing speed: 
1) Use shortcuts to open the popup faster:
mac: "Command+Shift+Space"
windows: "Ctrl+Shift+Space"
linux: "Ctrl+Shift+Space"

2) Don't type the whole invite link:
Instead of typing something like "https://discord.gg/hTKzmak"
Simply type "hTKzmak"

3) Press "Enter" to go to the link                    

Informations de Base sur l'Extension

Nom Discord Joiner Discord Joiner
ID kpofjapfdgcjgdiekkiehagbmjlbknoa
URL Officiel https://chromewebstore.google.com/detail/discord-joiner/kpofjapfdgcjgdiekkiehagbmjlbknoa
Description A lightweight extension that helps you join discord invite links as fast as possible
Taille du Fichier 10.84 KB
Nombre d'Installations 347
Version Actuelle 0.3
Dernière Mise à Jour 2024-02-16
Date de Publication 2022-02-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur FreoLeo
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discord Joiner",
    "description": "A lightweight extension that helps you join discord invite links as fast as possible",
    "version": "0.3",
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "windows": "Ctrl+Shift+Space",
                "mac": "Command+Shift+Space",
                "chromeos": "Ctrl+Shift+Space",
                "linux": "Ctrl+Shift+Space"
            }
        }
    },
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}