KA Discord Rich Presence
Displays info about the current anime you're watching on Discord Rich Presence!
什麼是KA Discord Rich Presence?
KA Discord Rich Presence是由DeJayDev開發的Chrome擴展程式,該擴展的主要功能是“Displays info about the current anime you're watching on Discord Rich Presence!”。
擴展截圖
下載KA Discord Rich Presence擴展crx文件
下載KA Discord Rich Presence擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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?
擴展基本資訊
名稱 | |
ID | ogjfakdfefnocdfaefklnhlmnapfpble |
官方網址 | https://chrome.google.com/webstore/detail/ka-discord-rich-presence/ogjfakdfefnocdfaefklnhlmnapfpble |
簡介 | Displays info about the current anime you're watching on Discord Rich Presence! |
檔案大小 | 50.68 KB |
安裝次數 | 108 |
目前版本 | 0.3.1 |
更新時間 | 2018-08-29 |
上架時間 | 2018-08-29 |
評分 | 5.00/5 共 3 次評分 |
開發者 | DeJayDev |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence |
說明頁面URL | https://github.com/AnjoEscuro/KissAnime-Discord-Rich-Presence/issues |
支援的語言 | 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" } } |