Among Us Discord Overlay

Adding Among us tools to the Discord Streamkit Overlay.

Among Us Discord Overlay क्या है?

Among Us Discord Overlay nao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adding Among us tools to the Discord Streamkit Overlay."।

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

screenshot
screenshot
screenshot

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

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

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

                        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": [
                ""
            ]
        }
    ]
}