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是由DeJayDev开发的Chrome扩展程序,该扩展的主要功能是“Displays info about the current anime you're watching on Discord Rich Presence!”。
扩展截图
下载KA Discord Rich Presence扩展crx文件
下载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" } } |