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”。
扩展截图
下载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 |
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" } } |