Discord Joiner
A lightweight extension that helps you join discord invite links as fast as possible
Was ist Discord Joiner?
Discord Joiner ist eine Chrome-Erweiterung, die von FreoLeo entwickelt wurde, und ihr Hauptmerkmal ist "A lightweight extension that helps you join discord invite links as fast as possible".
Erweiterungsscreenshots
Discord Joiner-Erweiterungs-CRX-Datei herunterladen
Laden Sie Discord Joiner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kpofjapfdgcjgdiekkiehagbmjlbknoa |
| Offizielle URL | https://chromewebstore.google.com/detail/discord-joiner/kpofjapfdgcjgdiekkiehagbmjlbknoa |
| Beschreibung | A lightweight extension that helps you join discord invite links as fast as possible |
| Dateigröße | 10.84 KB |
| Installationsanzahl | 347 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2024-02-16 |
| Veröffentlichungsdatum | 2022-02-11 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | FreoLeo |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |