KA Discord Rich Presence
Displays info about the current anime you're watching on Discord Rich Presence!
Apa itu KA Discord Rich Presence?
KA Discord Rich Presence adalah ekstensi Chrome yang dikembangkan oleh DeJayDev, dan fitur utamanya adalah "Displays info about the current anime you're watching on Discord Rich Presence!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi KA Discord Rich Presence
Unduh file ekstensi KA Discord Rich Presence dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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?
Informasi Dasar Ekstensi
Nama | |
ID | ogjfakdfefnocdfaefklnhlmnapfpble |
URL Resmi | https://chrome.google.com/webstore/detail/ka-discord-rich-presence/ogjfakdfefnocdfaefklnhlmnapfpble |
Deskripsi | Displays info about the current anime you're watching on Discord Rich Presence! |
Ukuran File | 50.68 KB |
Jumlah Instalasi | 108 |
Versi Saat Ini | 0.3.1 |
Terakhir Diperbarui | 2018-08-29 |
Tanggal Publikasi | 2018-08-29 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | DeJayDev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence |
URL Halaman Bantuan | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues |
Bahasa yang Didukung | 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" } } |