Hide Discord Panels
You can hide channel list and server list using this extension.
Τι είναι το Hide Discord Panels;
Το Hide Discord Panels είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον oytundd, και η κύρια λειτουργία του είναι "You can hide channel list and server list using this extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hide Discord Panels
Λήψη αρχείων επέκτασης Hide Discord Panels σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Pin the extension and click on it to hide channel list and/or server list.Now you have more space for other applications!You can access the source code using the website link within the store page. Feel free to support me at https://ko-fi.com/oytundd !
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hide Discord Panels |
ID | pbfhpkbikfennpgchbfjiokjngfcjgjb |
Επίσημο URL | https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb |
Περιγραφή | You can hide channel list and server list using this extension. |
Μέγεθος Αρχείου | 11.3 KB |
Αριθμός Εγκαταστάσεων | 23 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2021-06-05 |
Ημερομηνία Δημοσίευσης | 2021-05-08 |
Προγραμματιστής | oytundd |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/oytundd/hide-discord-panels |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Discord Panels", "version": "1", "manifest_version": 2, "description": "You can hide channel list and server list using this extension.", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Hide Panels" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "https:\/\/discord.com\/channels\/*" ] } |