Discord Joiner

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

什麼是Discord Joiner?

Discord Joiner是由FreoLeo開發的Chrome擴展程式,該擴展的主要功能是“A lightweight extension that helps you join discord invite links as fast as possible”。

擴展截圖

screenshot

下載Discord Joiner擴展crx文件

下載Discord Joiner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}