AniMouto
Let an imouto enhance your AniList experience.
AniMoutoคืออะไร?
AniMouto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.animouto.moe และคุณลักษณะหลักของมันคือ "Let an imouto enhance your AniList experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AniMouto
ดาวน์โหลดไฟล์ส่วนขยาย AniMouto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |