Touch-Friendliness for Discord

Makes some things in Discord larger and easier to tap on a touch screen.

Touch-Friendliness for Discord क्या है?

Touch-Friendliness for Discord Zachary Yaro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes some things in Discord larger and easier to tap on a touch screen."।

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

screenshot

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

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

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

                        By default, certain parts of Discord's interface, such as emoji reaction buttons, can be difficult to tap on a touch screen.  This extension makes them larger and easier to touch.

The Discord team has improved a lot of things in the past few years, such as the “⋮“ menus on individual messages, so the changes with this extension are less drastic than they were at launch, but I will continue updating this extension until the entire interface is touch-friendly.

Developed by Zachary Yaro - ZMYaro.com.
The source code is available at github.com/ZMYaro.
The apps and extensions I develop are supported in part through donations on ko-fi.com/ZMYaro and patreon.com/ZMYaro.                    

एक्सटेंशन की मूल जानकारी

नाम Touch-Friendliness for Discord Touch-Friendliness for Discord
ID pmbmgplgpiigdobncdnlgddefgoagggd
आधिकारिक URL https://chromewebstore.google.com/detail/touch-friendliness-for-di/pmbmgplgpiigdobncdnlgddefgoagggd
विवरण Makes some things in Discord larger and easier to tap on a touch screen.
फ़ाइल का आकार 19.59 KB
स्थापना संख्या 149
वर्तमान संस्करण 2.4
अंतिम अपडेट 2023-12-01
प्रकाशन तिथि 2019-09-18
रेटिंग 2.00/5 कुल 4 रेटिंग्स
डेवलपर Zachary Yaro
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://zmyaro.com/extensions/discordtouch
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Touch-Friendliness for Discord",
    "version": "2.4",
    "description": "Makes some things in Discord larger and easier to tap on a touch screen.",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "96": "images\/icon_96.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png"
    },
    "permissions": [
        "*:\/\/discord.com\/channels\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discord.com\/channels\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}