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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |