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 |
官方網址 | 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'" } |