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
公式URL 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"
    }
}