Anime-Manga RPC
Discord Rich Presence for which anime/manga you're reading/watching.. Anime-Manga RPC lets all your Discord mates know which…
什麼是Anime-Manga RPC?
Anime-Manga RPC是由Herom123開發的Chrome擴展程式,該擴展的主要功能是“Discord Rich Presence for which anime/manga you're reading/watching.. Anime-Manga RPC lets all your Discord mates know which…”。
擴展截圖
下載Anime-Manga RPC擴展crx文件
下載Anime-Manga RPC擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Discord Rich Presence for which anime/manga you're reading/watching..
Anime-Manga RPC lets all your Discord mates know which anime you're watching or which manga you're reading.. You can enable or disable chapter/large image/time/name/buttons and can change the
large images whatever you want! But before all of them you must install desktop application to it works.
Download desktop application:
https://cutt.ly/hl3MRmr
In this link, you can check the websites that works:
https://cutt.ly/ul3MGde
If your favorite website is not there you can fill out this form:
https://forms.gle/2QW5NvyJiogxCyzx6
For faster updates you can support me with being my patreon:
https://patreon.com/Herom123
> THIS LIST MAY OUT DATED <
Anime Websites:
- turkanime.co
- tranimeizle.net
- crunchyroll.com
- kissanime.com.ru
- funimation.com
- 9anime-tv.com
- animelab.com
- chia-anime.me
- anime-planet.com
- animeheaven.ru
- ak438.anime-kage.eu
- animedao.to
- animeflv.net
- animelon.com
- animepahe.ru
Manga Websites:
- manganato.com
- mangagecesi.com
- mangastein.com
- mangadex.org
- anime-planet.com
- ak438.anime-kage.eu
- manga-raw.club
- manhuaus.com 擴展基本資訊
| 名稱 | |
| ID | bgdllfdoognoianmagebeemlpgifocig |
| 官方網址 | https://chromewebstore.google.com/detail/anime-manga-rpc/bgdllfdoognoianmagebeemlpgifocig |
| 簡介 | Discord Rich Presence for which anime/manga you're reading/watching.. Anime-Manga RPC lets all your Discord mates know which… |
| 檔案大小 | 238 KB |
| 安裝次數 | 110 |
| 目前版本 | 0.1.2 |
| 更新時間 | 2022-02-14 |
| 上架時間 | 2021-03-04 |
| 評分 | 4.50/5 共 4 次評分 |
| 開發者 | Herom123 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://patreon.com/Herom123 |
| 說明頁面URL | https://cutt.ly/hl3MRmr |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Anime-Manga RPC",
"version": "0.1.2",
"author": "Herom123",
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
".\/assets\/jquery.min.js",
"background.js"
],
"persistent": true
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"64": "icons\/icon64.png"
},
"browser_action": {
"default_popup": "popup\/popup.html",
"default_title": "Anime-Manga RPC"
}
} | |