Anilist+ for Anilist
Enhanced AniList experience
Anilist+ for Anilistคืออะไร?
Anilist+ for Anilist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hschweitzer และคุณลักษณะหลักของมันคือ "Enhanced AniList experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anilist+ for Anilist
ดาวน์โหลดไฟล์ส่วนขยาย Anilist+ for Anilist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Current features (0.4): - Proper 'Studio' tab on anime pages - Improved readability of the progress for users with grey theme when using grid lists - Scores in Anime and Manga lists are highlighted from red to green - You no longer need to scroll to the top of the page yourself after clicking certain links. Chrome version: https://github.com/hschweitzer/AniList-Plus Mozilla version: https://addons.mozilla.org/en-US/firefox/addon/anilist-plus/ https://github.com/hschweitzer/Anilist-Plus-Firefox
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Anilist+ for Anilist |
ID | elpfbellmnhbenkcdofdbdkneppoekhl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anilist+-for-anilist/elpfbellmnhbenkcdofdbdkneppoekhl |
คำอธิบาย | Enhanced AniList experience |
ขนาดไฟล์ | 17.72 KB |
จำนวนการติดตั้ง | 899 |
เวอร์ชันปัจจุบัน | 0.4.2 |
อัปเดตครั้งล่าสุด | 2020-07-22 |
วันที่เผยแพร่ | 2019-04-09 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | hschweitzer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anilist+ for Anilist", "version": "0.4.2", "description": "Enhanced AniList experience", "page_action": { "default_title": "AniList+ for Anilist", "default_icon": { "16": "images\/icon.png", "32": "images\/icon.png", "64": "images\/icon.png", "128": "images\/icon-128.png" } }, "author": "rirrsmo & hadrian", "content_scripts": [ { "matches": [ "*:\/\/anilist.co\/*" ], "js": [ "list_visual_changes.js", "content-script.js" ], "run_at": "document_end", "all_frames": true } ], "minimum_chrome_version": "50", "permissions": [ "*:\/\/anilist.co\/*" ], "short_name": "AniList+", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "64": "images\/icon.png", "128": "images\/icon-128.png" } } |