Hide Discord Sidebar
Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Cos'è Hide Discord Sidebar?
Hide Discord Sidebar è un'estensione di Chrome sviluppata da Galaxycat, e la sua funzione principale è "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hide Discord Sidebar
Scarica i file di estensione Hide Discord Sidebar 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
Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Informazioni di Base sull'Estensione
Nome | |
ID | hpjoojmpanohihjeeeolafpnfeddgcpn |
URL Ufficiale | https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn |
Descrizione | Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list. |
Dimensione del File | 6.01 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 6.9 |
Ultimo Aggiornamento | 2019-05-04 |
Data di Pubblicazione | 2019-05-04 |
Sviluppatore | Galaxycat |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://galaxycat.ca/chrome/webstore/Privacy-Policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Discord Sidebar", "short_name": "Hide Discord Bar", "version": "6.9", "description": "Installs an unfolding sidebar for Discord channels and a button that hides\/shows the Discord server list.", "manifest_version": 2, "permissions": [ "*:\/\/*.discordapp.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.discordapp.com\/*" ], "css": [ "hide-discord-sidebar.css" ], "js": [ "hide-discord-sidebar.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" } } |