Discord Joiner

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

Discord Joiner क्या है?

Discord Joiner FreoLeo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lightweight extension that helps you join discord invite links as fast as possible"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Discord Joiner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Discord Joiner Discord Joiner
ID kpofjapfdgcjgdiekkiehagbmjlbknoa
आधिकारिक URL https://chromewebstore.google.com/detail/discord-joiner/kpofjapfdgcjgdiekkiehagbmjlbknoa
विवरण A lightweight extension that helps you join discord invite links as fast as possible
फ़ाइल का आकार 10.84 KB
स्थापना संख्या 347
वर्तमान संस्करण 0.3
अंतिम अपडेट 2024-02-16
प्रकाशन तिथि 2022-02-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर FreoLeo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}