KA Discord Rich Presence
Displays info about the current anime you're watching on Discord Rich Presence!
What is KA Discord Rich Presence?
KA Discord Rich Presence is a Chrome extension developed by DeJayDev, and its main feature is "Displays info about the current anime you're watching on Discord Rich Presence!".
Extension Screenshots
Download KA Discord Rich Presence Extension CRX File
Download KA Discord Rich Presence extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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?
Extension Basic Information
Name | |
ID | ogjfakdfefnocdfaefklnhlmnapfpble |
Official URL | https://chrome.google.com/webstore/detail/ka-discord-rich-presence/ogjfakdfefnocdfaefklnhlmnapfpble |
Description | Displays info about the current anime you're watching on Discord Rich Presence! |
File Size | 50.68 KB |
Installation Count | 108 |
Current Version | 0.3.1 |
Last Updated | 2018-08-29 |
Publish Date | 2018-08-29 |
Rating | 5.00/5 Total 3 Ratings |
Developer | DeJayDev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence |
Help Page URL | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues |
Supported Languages | 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" } } |