ExtraChannels - Discord tool
Show extra channels
Co to jest ExtraChannels - Discord tool?
ExtraChannels - Discord tool to rozszerzenie Chrome opracowane przez ismail kharrobi, a jego główną funkcją jest „Show extra channels”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ExtraChannels - Discord tool
Pobierz pliki rozszerzeń ExtraChannels - Discord tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ahheohmnbgdjaachcbogbdagoldaddlj |
| Oficjalny URL | https://chromewebstore.google.com/detail/extrachannels-discord-too/ahheohmnbgdjaachcbogbdagoldaddlj |
| Opis | Show extra channels |
| Rozmiar pliku | 136 KB |
| Liczba instalacji | 23 |
| Aktualna Wersja | 1.5.0 |
| Ostatnia Aktualizacja | 2023-08-17 |
| Data Publikacji | 2023-08-17 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | ismail kharrobi |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
| Adres URL Strony Pomocy | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
| Obsługiwane Języki | 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"
}
} | |