KA Discord Rich Presence
Displays info about the current anime you're watching on Discord Rich Presence!
KA Discord Rich Presence là gì?
KA Discord Rich Presence là một tiện ích mở rộng Chrome được phát triển bởi DeJayDev, và tính năng chính của nó là "Displays info about the current anime you're watching on Discord Rich Presence!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng KA Discord Rich Presence
Tải xuống các tệp mở rộng KA Discord Rich Presence dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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?
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ogjfakdfefnocdfaefklnhlmnapfpble |
URL Chính Thức | https://chrome.google.com/webstore/detail/ka-discord-rich-presence/ogjfakdfefnocdfaefklnhlmnapfpble |
Mô tả | Displays info about the current anime you're watching on Discord Rich Presence! |
Kích Thước Tệp | 50.68 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 0.3.1 |
Cập Nhật Lần Cuối | 2018-08-29 |
Ngày Phát Hành | 2018-08-29 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | DeJayDev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence |
URL Trang Trợ Giúp | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |