ExtraChannels - Discord tool
Show extra channels
Cos'è ExtraChannels - Discord tool?
ExtraChannels - Discord tool è un'estensione di Chrome sviluppata da ismail kharrobi, e la sua funzione principale è "Show extra channels".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ExtraChannels - Discord tool
Scarica i file di estensione ExtraChannels - Discord tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ExtraChannels - Discord tool |
ID | ahheohmnbgdjaachcbogbdagoldaddlj |
URL Ufficiale | https://chromewebstore.google.com/detail/extrachannels-discord-too/ahheohmnbgdjaachcbogbdagoldaddlj |
Descrizione | Show extra channels |
Dimensione del File | 136 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2023-08-17 |
Data di Pubblicazione | 2023-08-17 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | ismail kharrobi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
URL della Pagina di Aiuto | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
Lingue Supportate | 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" } } |