Anime episode tracker

Track latest episodes of anime you are watching

What is Anime episode tracker?

Anime episode tracker is a Chrome extension developed by glepur, and its main feature is "Track latest episodes of anime you are watching".

Extension Screenshots

screenshot

Download Anime episode tracker Extension CRX File

Download Anime episode tracker 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

                        If you often forget what is the last episode you watched on specific anime get this extension. It saves latest episode of every anime you watched, you can easily come back to that episode and watch next.

*Note: Currently works only with animefreak.tv                    

Extension Basic Information

Name Anime episode tracker Anime episode tracker
ID nmdmdpkkcdahmailooblnbdbcbakmbkp
Official URL https://chromewebstore.google.com/detail/anime-episode-tracker/nmdmdpkkcdahmailooblnbdbcbakmbkp
Description Track latest episodes of anime you are watching
File Size 43.47 KB
Installation Count 1,146
Current Version 1.1
Last Updated 2014-08-16
Publish Date 2014-08-16
Rating 4.25/5 Total 8 Ratings
Developer glepur
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anime episode tracker",
    "description": "Track latest episodes of anime you are watching",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}