ExtraChannels - Discord tool

Show extra channels

ExtraChannels - Discord tool क्या है?

ExtraChannels - Discord tool ismail kharrobi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show extra channels"।

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

screenshot
screenshot
screenshot

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

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

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

                        a tool that makes you able to check for extra channels that exist in a server but of course, you can't access them unless you have permission to 
* In case of first install and discord tab already opend you must refresh discord page
* click on extension icon to turn it ON
* enter any server you will find extra icon above in tool bar on discord server/ channel                    

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

नाम ExtraChannels - Discord tool ExtraChannels - Discord tool
ID ahheohmnbgdjaachcbogbdagoldaddlj
आधिकारिक URL https://chromewebstore.google.com/detail/extrachannels-discord-too/ahheohmnbgdjaachcbogbdagoldaddlj
विवरण Show extra channels
फ़ाइल का आकार 136 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2023-08-17
प्रकाशन तिथि 2023-08-17
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर ismail kharrobi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension
सहायता पृष्ठ URL https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ExtraChannels - Discord tool",
    "description": "Show extra channels",
    "version": "1.5.0",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "tabs",
        "activeTab",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/discord.com\/*"
    ],
    "minimum_chrome_version": "102",
    "author": "[email protected]",
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/assets\/tail.js"
            ],
            "matches": [
                "*:\/\/discord.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "HiddenChannels",
        "default_icon": "icons\/i128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/discord.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/discord.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/i16.png",
        "32": "icons\/i32.png",
        "48": "icons\/i48.png",
        "128": "icons\/i128.png"
    }
}