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!」です。

拡張機能のスクリーンショット

screenshot

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!                    

拡張機能の基本情報

名前 aniTrack aniTrack
ID nobmbldhlggcgmhkjeahdnjpcgoclhif
公式URL 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
Eメール [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'"
}