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 |
Eメール | [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" } } |