Series Tracker

This extension lets you to get last episode of a series you watched by searching among the history.

Series Trackerとは何ですか?

Series TrackerはBahadir Tasdemirによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you to get last episode of a series you watched by searching among the history.」です。

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

screenshot
screenshot

Series Tracker拡張機能のCRXファイルをダウンロード

Series Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Series Tracker lets user to search among chrome history to find last episode of a series to watch the next one.                    

拡張機能の基本情報

名前 Series Tracker Series Tracker
ID ndoljhbnakbjdfjihamngbjfidgdjcan
公式URL https://chromewebstore.google.com/detail/series-tracker/ndoljhbnakbjdfjihamngbjfidgdjcan
説明 This extension lets you to get last episode of a series you watched by searching among the history.
ファイルサイズ 98.34 KB
インストール数 125
現在のバージョン 1.0.4
最終更新日 2020-05-15
公開日 2020-05-15
評価 2.00/5 合計 2 レビュー
開発者 Bahadir Tasdemir
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://www.btasdemir.com/html/privacypolicy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Series Tracker",
    "description": "This extension lets you to get last episode of a series you watched by searching among the history.",
    "version": "1.0.4",
    "permissions": [
        "history",
        "tabs"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Search your series' last episode!"
    }
}