Discordyst
Discordyst Chrome Plugin
Discordystคืออะไร?
Discordyst เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anoopknight และคุณลักษณะหลักของมันคือ "Discordyst Chrome Plugin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discordyst
ดาวน์โหลดไฟล์ส่วนขยาย Discordyst ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Discord plugin for all us Duelyst lovers! Visit http://discordyst.github.io/discordyst/ for more info! :D
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pfeaanclkpmchldbankdnfdcomfagkan |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/discordyst/pfeaanclkpmchldbankdnfdcomfagkan |
คำอธิบาย | Discordyst Chrome Plugin |
ขนาดไฟล์ | 1.37 MB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2016-05-14 |
วันที่เผยแพร่ | 2016-05-14 |
คะแนน | 1.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | anoopknight |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://discordyst.github.io/discordyst/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discordyst", "description": "Discordyst Chrome Plugin", "version": "0.0.3", "browser_action": { "default_icon": "icon_128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/discordapp.com\/channels\/*" ], "js": [ "discordyst.chrome.js" ] } ], "icons": { "128": "icon_128.png" } } |