Among Us Discord Overlay

Adding Among us tools to the Discord Streamkit Overlay.

什么是Among Us Discord Overlay?

Among Us Discord Overlay是由nao开发的Chrome扩展程序,该扩展的主要功能是“Adding Among us tools to the Discord Streamkit Overlay.”。

扩展截图

screenshot
screenshot
screenshot

下载Among Us Discord Overlay扩展crx文件

下载Among Us Discord Overlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A chrome extension that helps players deduce in among us game.

[Usage]
# From Extensions popup
 0. Verify that the "Developer Mode" of the Discord software is enabled (first time only)
 1. Click the Extensions icon
 2. In the Discord software, copy the ID from the context menu of the server you are joining, and paste it into the Server ID input field of the extension
 3. In the Discord software, copy the ID from the context menu of the voice channel you are joining, and paste it into the Channel ID input field of the extension
 4. Click the "Open" button and access streamkit link
 5. Allow account access in Discord software (first time only) *This is for StreamKit Overlay functionality, my extension will not get account information

# From Official Discord Site
 - Access streamkit link from Discord Streamkit Overlay 
 (https://streamkit.discord.com/overlay)
 (How to use: https://support.discord.com/hc/en-us/articles/223415707)

[Features]
- Swap players colors
- Change player dead/alive
- Draggable players on the map
- Record emergency button use
- Change maps
- Show player status
- Free Drawing
- Save Screen Shots


[Attention]
- This content is fan-made content
- Images of crewmates used are from Among Us. Copyright Innersloth, LLC
- No credit is necessary for video distribution or posting
- We shall not be liable for any damages caused by you to other users due to or in connection with your use of this content, or for any disputes between you and other users

[Source code]
https://github.com/Naoya79/Among-Us-Discord-Overlay                    

扩展基本信息

名称 Among Us Discord Overlay Among Us Discord Overlay
ID oommbconacammknogfinbibmnohcalpj
官方URL https://chromewebstore.google.com/detail/among-us-discord-overlay/oommbconacammknogfinbibmnohcalpj
简介 Adding Among us tools to the Discord Streamkit Overlay.
文件大小 5.43 MB
安装次数 435
当前版本 2.1.0
更新时间 2022-04-17
上架时间 2021-01-23
评分 5.00/5 共2次评分
开发者 nao
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Naoya79/Among-Us-Discord-Overlay
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.1.0",
    "action": {
        "default_icon": {
            "16": "images\/icon.png",
            "48": "images\/icon.png",
            "128": "images\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/streamkit.discord.com\/overlay\/voice\/*"
            ],
            "css": [
                "css\/lib\/spectrum.min.css"
            ],
            "js": [
                "js\/lib\/jquery-3.2.1.min.js",
                "js\/lib\/jquery-ui.min.js",
                "js\/lib\/spectrum.min.js",
                "js\/lib\/fabric.min.js",
                "js\/content.js",
                "js\/paint.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}