ExtraChannels - Discord tool

Show extra channels

Was ist ExtraChannels - Discord tool?

ExtraChannels - Discord tool ist eine Chrome-Erweiterung, die von ismail kharrobi entwickelt wurde, und ihr Hauptmerkmal ist "Show extra channels".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ExtraChannels - Discord tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie ExtraChannels - Discord tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ExtraChannels - Discord tool ExtraChannels - Discord tool
ID ahheohmnbgdjaachcbogbdagoldaddlj
Offizielle URL https://chromewebstore.google.com/detail/extrachannels-discord-too/ahheohmnbgdjaachcbogbdagoldaddlj
Beschreibung Show extra channels
Dateigröße 136 KB
Installationsanzahl 23
Aktuelle Version 1.5.0
Letztes Update 2023-08-17
Veröffentlichungsdatum 2023-08-17
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler ismail kharrobi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension
Hilfeseite URL https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension
Unterstützte Sprachen 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"
    }
}