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 |
公式URL | 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 |
Eメール | [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" } } |