KA Discord Rich Presence
Displays info about the current anime you're watching on Discord Rich Presence!
KA Discord Rich Presenceคืออะไร?
KA Discord Rich Presence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DeJayDev และคุณลักษณะหลักของมันคือ "Displays info about the current anime you're watching on Discord Rich Presence!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KA Discord Rich Presence
ดาวน์โหลดไฟล์ส่วนขยาย KA Discord Rich Presence ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever wanted to show off how much of an otaku you are? Well, now you can. This extension displays the name and episode of the anime you're currently watching (on KissAnime, alpha & beta servers only) on Discord Rich Presence. How cool is that?
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogjfakdfefnocdfaefklnhlmnapfpble |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ka-discord-rich-presence/ogjfakdfefnocdfaefklnhlmnapfpble |
คำอธิบาย | Displays info about the current anime you're watching on Discord Rich Presence! |
ขนาดไฟล์ | 50.68 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 0.3.1 |
อัปเดตครั้งล่าสุด | 2018-08-29 |
วันที่เผยแพร่ | 2018-08-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | DeJayDev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence |
URL หน้าช่วยเหลือ | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KA Discord Rich Presence", "version": "0.3.1", "description": "Displays info about the current anime you're watching on Discord Rich Presence!", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.kissanime.ru\/Anime\/*\/*" ], "js": [ "anime.js" ] } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "KissAnime Discord Rich Presence" } } |