ExtraChannels - Discord tool
Show extra channels
Wat is ExtraChannels - Discord tool?
ExtraChannels - Discord tool is een Chrome-extensie ontwikkeld door ismail kharrobi, en de belangrijkste functie is "Show extra channels".
Extensie Screenshots
Download het CRX-bestand van de extensie ExtraChannels - Discord tool
Download ExtraChannels - Discord tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ahheohmnbgdjaachcbogbdagoldaddlj |
| Officiële URL | https://chromewebstore.google.com/detail/extrachannels-discord-too/ahheohmnbgdjaachcbogbdagoldaddlj |
| Beschrijving | Show extra channels |
| Bestandsgrootte | 136 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 1.5.0 |
| Laatst Bijgewerkt | 2023-08-17 |
| Publicatiedatum | 2023-08-17 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | ismail kharrobi |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
| Help Pagina-URL | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
| Ondersteunde Talen | 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"
}
} | |