KA Discord Rich Presence
Displays info about the current anime you're watching on Discord Rich Presence!
Qu'est-ce que KA Discord Rich Presence ?
KA Discord Rich Presence est une extension Chrome développée par DeJayDev, et sa fonction principale est "Displays info about the current anime you're watching on Discord Rich Presence!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KA Discord Rich Presence
Téléchargez les fichiers d'extension KA Discord Rich Presence au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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?
Informations de Base sur l'Extension
Nom | |
ID | ogjfakdfefnocdfaefklnhlmnapfpble |
URL Officiel | 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! |
Taille du Fichier | 50.68 KB |
Nombre d'Installations | 108 |
Version Actuelle | 0.3.1 |
Dernière Mise à Jour | 2018-08-29 |
Date de Publication | 2018-08-29 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | DeJayDev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence |
URL de la Page d'Aide | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues |
Langues Prises en Charge | 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" } } |