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.”。
扩展截图
下载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 :)                     扩展基本信息
| 名称 |   |  
| 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
    }
}  |  |