aniTrack
Automatically keep track of what episode you are on in an anime!
aniTrack là gì?
aniTrack là một tiện ích mở rộng Chrome được phát triển bởi JohnDinhCodes, và tính năng chính của nó là "Automatically keep track of what episode you are on in an anime!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng aniTrack
Tải xuống các tệp mở rộng aniTrack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
******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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nobmbldhlggcgmhkjeahdnjpcgoclhif |
URL Chính Thức | https://chromewebstore.google.com/detail/anitrack/nobmbldhlggcgmhkjeahdnjpcgoclhif |
Mô tả | Automatically keep track of what episode you are on in an anime! |
Kích Thước Tệp | 183 KB |
Số Lần Cài Đặt | 268 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2020-01-21 |
Ngày Phát Hành | 2020-01-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | JohnDinhCodes |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |