aniTrack

Automatically keep track of what episode you are on in an anime!

What is aniTrack?

aniTrack is a Chrome extension developed by JohnDinhCodes, and its main feature is "Automatically keep track of what episode you are on in an anime!".

Extension Screenshots

screenshot

Download aniTrack Extension CRX File

Download aniTrack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ******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!                    

Extension Basic Information

Name aniTrack aniTrack
ID nobmbldhlggcgmhkjeahdnjpcgoclhif
Official URL https://chromewebstore.google.com/detail/anitrack/nobmbldhlggcgmhkjeahdnjpcgoclhif
Description Automatically keep track of what episode you are on in an anime!
File Size 183 KB
Installation Count 268
Current Version 0.2.0
Last Updated 2020-01-21
Publish Date 2020-01-21
Rating 5.00/5 Total 2 Ratings
Developer JohnDinhCodes
Email [email protected]
Payment Type free
Supported Languages 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'"
}