Anime episode tracker

Track latest episodes of anime you are watching

什麼是Anime episode tracker?

Anime episode tracker是由glepur開發的Chrome擴展程式,該擴展的主要功能是“Track latest episodes of anime you are watching”。

擴展截圖

screenshot

下載Anime episode tracker擴展crx文件

下載Anime episode tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Anime episode tracker Anime episode tracker
ID nmdmdpkkcdahmailooblnbdbcbakmbkp
官方網址 https://chromewebstore.google.com/detail/anime-episode-tracker/nmdmdpkkcdahmailooblnbdbcbakmbkp
簡介 Track latest episodes of anime you are watching
檔案大小 43.47 KB
安裝次數 1,146
目前版本 1.1
更新時間 2014-08-16
上架時間 2014-08-16
評分 4.25/5 共 8 次評分
開發者 glepur
付費類型 free
支援的語言 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"
    }
}