aniTrack
Automatically keep track of what episode you are on in an anime!
aniTrackคืออะไร?
aniTrack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JohnDinhCodes และคุณลักษณะหลักของมันคือ "Automatically keep track of what episode you are on in an anime!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย aniTrack
ดาวน์โหลดไฟล์ส่วนขยาย aniTrack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
******STILL UNDER DEVELOPMENT****** aniTracker automatically tracks what episode you are on in an anime! No more forgetting where you left off after a long break from binging your favorite anime. On top of automatically tracking your episodes, clicking on the title of the anime will open a tab right to the last episode you watched for convenience! aniTracker supports Crunchyroll GogoAnime WcoStream AnimeFreak and much more!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nobmbldhlggcgmhkjeahdnjpcgoclhif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anitrack/nobmbldhlggcgmhkjeahdnjpcgoclhif |
คำอธิบาย | Automatically keep track of what episode you are on in an anime! |
ขนาดไฟล์ | 183 KB |
จำนวนการติดตั้ง | 268 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2020-01-21 |
วันที่เผยแพร่ | 2020-01-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | JohnDinhCodes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "aniTrack", "version": "0.2.0", "description": "Automatically keep track of what episode you are on in an anime!", "author": "John Duy Dinh", "permissions": [ "storage", "tabs" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "aniTracker32.png" }, "icons": { "128": "aniTracker32.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |