Hide Discord Sidebar
Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Hvad er Hide Discord Sidebar?
Hide Discord Sidebar er en Chrome-udvidelse udviklet af Galaxycat, og dens hovedfunktion er "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".
Udvidelsesskærmbilleder
Download Hide Discord Sidebar-udvidelses-CRX-fil
Download Hide Discord Sidebar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hpjoojmpanohihjeeeolafpnfeddgcpn |
Officiel URL | https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn |
Beskrivelse | Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list. |
Filstørrelse | 6.01 KB |
Antal Installationer | 39 |
Nuværende Version | 6.9 |
Senest Opdateret | 2019-05-04 |
Udgivelsesdato | 2019-05-04 |
Udvikler | Galaxycat |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://galaxycat.ca/chrome/webstore/Privacy-Policy |
Understøttede Sprog | 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" } } |