Watched

Keep track of episodes from your favorite TV shows.

Watchedとは何ですか?

WatchedはAyala Nakashima Barbosaによって開発されたChromeの拡張機能で、その主な機能は「Keep track of episodes from your favorite TV shows.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        - Episode list, with each episode's name, airdate, and summary (if available)
- Progress bar for each TV series with how many episodes have been watched
- Schedule with upcoming and previously aired episodes
- Custom episode links so you can google, stream, or "whatever" an episode
- Chrome sync to keep information consistent across multiple devices
- No sign up needed :)                    

拡張機能の基本情報

名前 Watched Watched
ID hdnfenemdaacjjgcjeifpdefnmlcogel
公式URL https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel
説明 Keep track of episodes from your favorite TV shows.
ファイルサイズ 51.25 KB
インストール数 5,634
現在のバージョン 1.2
最終更新日 2017-08-12
公開日 2017-08-12
評価 4.67/5 合計 66 レビュー
開発者 Ayala Nakashima Barbosa
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Watched",
    "short_name": "Watched",
    "description": "Keep track of episodes from your favorite TV shows.",
    "version": "1.2",
    "author": "Ayala Nakashima Barbosa",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/tv16.png",
        "48": "icons\/tv48.png",
        "128": "icons\/tv128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/tv19.png",
            "38": "icons\/tv38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Watched"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}