aniTrack
Automatically keep track of what episode you are on in an anime!
什么是aniTrack?
aniTrack是由JohnDinhCodes开发的Chrome扩展程序,该扩展的主要功能是“Automatically keep track of what episode you are on in an anime!”。
扩展截图
下载aniTrack扩展crx文件
下载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'" } |