KA Discord Rich Presence
Displays info about the current anime you're watching on Discord Rich Presence!
Was ist KA Discord Rich Presence?
KA Discord Rich Presence ist eine Chrome-Erweiterung, die von DeJayDev entwickelt wurde, und ihr Hauptmerkmal ist "Displays info about the current anime you're watching on Discord Rich Presence!".
Erweiterungsscreenshots
KA Discord Rich Presence-Erweiterungs-CRX-Datei herunterladen
Laden Sie KA Discord Rich Presence-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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?
Grundlegende Informationen zur Erweiterung
Name | |
ID | ogjfakdfefnocdfaefklnhlmnapfpble |
Offizielle URL | https://chrome.google.com/webstore/detail/ka-discord-rich-presence/ogjfakdfefnocdfaefklnhlmnapfpble |
Beschreibung | Displays info about the current anime you're watching on Discord Rich Presence! |
Dateigröße | 50.68 KB |
Installationsanzahl | 108 |
Aktuelle Version | 0.3.1 |
Letztes Update | 2018-08-29 |
Veröffentlichungsdatum | 2018-08-29 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | DeJayDev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence |
Hilfeseite URL | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues |
Unterstützte Sprachen | 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" } } |