Hide Discord Sidebar

Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.

ما هو Hide Discord Sidebar؟

Hide Discord Sidebar هو إضافة Chrome تم تطويرها بواسطة Galaxycat، والميزة الرئيسية لها هي "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Hide Discord Sidebar

قم بتنزيل ملفات الامتداد Hide Discord Sidebar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.                    

معلومات أساسية عن التمديد

الاسم Hide Discord Sidebar Hide Discord Sidebar
ID hpjoojmpanohihjeeeolafpnfeddgcpn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn
الوصف Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
حجم الملف 6.01 KB
عدد التثبيتات 39
النسخة الحالية 6.9
آخر تحديث 2019-05-04
تاريخ النشر 2019-05-04
المطور Galaxycat
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://galaxycat.ca/chrome/webstore/Privacy-Policy
اللغات المدعومة 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"
    }
}