Discord Pop Out Channels

Allows Pop Out channels on Discord

Apa itu Discord Pop Out Channels?

Discord Pop Out Channels adalah ekstensi Chrome yang dikembangkan oleh Luke Flego, dan fitur utamanya adalah "Allows Pop Out channels on Discord".

Unduh Berkas CRX Ekstensi Discord Pop Out Channels

Unduh file ekstensi Discord Pop Out Channels dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama Discord Pop Out Channels Discord Pop Out Channels
ID cmfpcndkafombhkoehlbjcoajheofbfo
URL Resmi https://chrome.google.com/webstore/detail/discord-pop-out-channels/cmfpcndkafombhkoehlbjcoajheofbfo
Deskripsi Allows Pop Out channels on Discord
Ukuran File 6.56 KB
Jumlah Instalasi 50
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-06-24
Tanggal Publikasi 2017-06-24
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Luke Flego
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}