Discord Pop Out Channels

Allows Pop Out channels on Discord

ما هو Discord Pop Out Channels؟

Discord Pop Out Channels هو إضافة Chrome تم تطويرها بواسطة Luke Flego، والميزة الرئيسية لها هي "Allows Pop Out channels on Discord".

تحميل ملف CRX للإضافة Discord Pop Out Channels

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

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

                        Open Discord channels in a new dedicated window with none of the sidebars.

Right click on a channel to the left and select "Pop Out Channel"                    

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

الاسم Discord Pop Out Channels Discord Pop Out Channels
ID cmfpcndkafombhkoehlbjcoajheofbfo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/discord-pop-out-channels/cmfpcndkafombhkoehlbjcoajheofbfo
الوصف Allows Pop Out channels on Discord
حجم الملف 6.56 KB
عدد التثبيتات 50
النسخة الحالية 1.1
آخر تحديث 2017-06-24
تاريخ النشر 2017-06-24
تقييم 1.00/5 مجموع تقييمات 1
المطور Luke Flego
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Pop Out Channels",
    "short_name": "DPOC",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Allows Pop Out channels on Discord",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discordapp.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}