Crunchyroll - Anime Score from MyAnimeList
Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net
什么是Crunchyroll - Anime Score from MyAnimeList?
Crunchyroll - Anime Score from MyAnimeList是由Crunchyroll -Anime- Score from MyAnimeList开发的Chrome扩展程序,该扩展的主要功能是“Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net”。
扩展截图
下载Crunchyroll - Anime Score from MyAnimeList扩展crx文件
下载Crunchyroll - Anime Score from MyAnimeList扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1) Visit Crunchyroll.com 2) Browse Anime / Shows 3) Thanks to this extension you will be able to see the score of each Anime 4) The score is requested to MyAnimeList.net -it will be cached- 5) Pick an Anime and enjoy it! Right click on the extension icon to access the Options: - Fade low score Anime - Clear Anime score cache New in version 2.0: Crunchyroll beta support
扩展基本信息
名称 | Crunchyroll - Anime Score from MyAnimeList |
ID | gmbngnmhdghglmgofmeikkaeipbeoknh |
官方URL | https://chromewebstore.google.com/detail/crunchyroll-anime-score-f/gmbngnmhdghglmgofmeikkaeipbeoknh |
简介 | Go to Crunchyroll.com, explore anime and pick one based on the score provided by the community of MyAnimeList.net |
文件大小 | 93.79 KB |
安装次数 | 79 |
当前版本 | 2.0.1 |
更新时间 | 2021-07-06 |
上架时间 | 2021-06-02 |
评分 | 4.67/5 共3次评分 |
开发者 | Crunchyroll -Anime- Score from MyAnimeList |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.buymeacoffee.com/CrunchyrollMAL |
支持的语言 | en,es,es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "action": { "default_popup": "popup\/popup.html" }, "manifest_version": 3, "version": "2.0.1", "permissions": [ "webNavigation", "scripting", "storage", "notifications" ], "host_permissions": [ "*:\/\/*.crunchyroll.com\/*", "*:\/\/*.myanimelist.net\/*" ], "background": { "service_worker": "background-wrapper.js" }, "icons": { "16": "\/logo\/logo.png", "48": "\/logo\/logo.png", "128": "\/logo\/logo.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false } } |