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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
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" ] } ] } |