AniMouto
Let an imouto enhance your AniList experience.
AniMouto란 무엇입니까?
AniMouto은(는) https://www.animouto.moe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let an imouto enhance your AniList experience."입니다.
확장 프로그램 스크린샷
AniMouto 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AniMouto is an unofficial AniList extension which allows quick access to many features of AniList including your current Airing, Anime, and manga lists, notifications, recent forum activity, and search. AniMouto is designed to feel like a true extension to AniList by providing a very similar look and feel.
확장 프로그램 기본 정보
이름 | AniMouto |
ID | ilhjhegbgdghfkdgeahkpikkjgaaoklh |
공식 URL | https://chromewebstore.google.com/detail/animouto/ilhjhegbgdghfkdgeahkpikkjgaaoklh |
설명 | Let an imouto enhance your AniList experience. |
파일 크기 | 122 KB |
설치 횟수 | 3,506 |
현재 버전 | 3.0.1 |
최근 업데이트 | 2023-11-01 |
출시 날짜 | 2020-05-06 |
평점 | 4.29/5 총 38 개의 평점 |
개발자 | https://www.animouto.moe |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.animouto.moe/ |
도움말 페이지 URL | https://github.com/TehNut/AniMouto |
개인정보 보호 정책 페이지 URL | https://animouto.moe/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Nicholas \"TehNut\" Ignoffo", "description": "Let an imouto enhance your AniList experience.", "name": "AniMouto", "version": "3.0.1", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "identity", "alarms" ], "optional_permissions": [ "notifications" ], "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "default_popup": "src\/entries\/popup\/index.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxByUKvH37J56ktpjucZGKLzuzWq2Qift8IFbM8FOPHflW5Je7STp5\/C7LtoFZ0o7P2SJUOfsyNAED9dF59s4sClsqMCPKY+vs7w9B+Adm76xM76ZRBTbacmIlxk3WCLqECAXQiO6IWe\/STEA9YtLLdFkJyf43bri8P21Pb\/jKz0Uipq4eLd7ZqzjtM3pzCP1zYRNjehyk0s2yBur5GIy9LksG7lOm3Y2yKwsmpGn34H5hHl23lg+wwYUGfbfMKXKHf7pk2ew+lIW29nTLYr0aatYxBef\/Hd6yZwhHZx\/UqaZ53UiRDokAY78A1l58Buu22uf+dRf4OYSwQ6s\/N1PhQIDAQAB" } |