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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |