KA Discord Rich Presence
Displays info about the current anime you're watching on Discord Rich Presence!
Wat is KA Discord Rich Presence?
KA Discord Rich Presence is een Chrome-extensie ontwikkeld door DeJayDev, en de belangrijkste functie is "Displays info about the current anime you're watching on Discord Rich Presence!".
Extensie Screenshots
Download het CRX-bestand van de extensie KA Discord Rich Presence
Download KA Discord Rich Presence-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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?
Basisinformatie over de Extensie
Naam | |
ID | ogjfakdfefnocdfaefklnhlmnapfpble |
Officiële URL | https://chrome.google.com/webstore/detail/ka-discord-rich-presence/ogjfakdfefnocdfaefklnhlmnapfpble |
Beschrijving | Displays info about the current anime you're watching on Discord Rich Presence! |
Bestandsgrootte | 50.68 KB |
Aantal Installaties | 108 |
Huidige Versie | 0.3.1 |
Laatst Bijgewerkt | 2018-08-29 |
Publicatiedatum | 2018-08-29 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | DeJayDev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence |
Help Pagina-URL | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues |
Ondersteunde Talen | 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" } } |