Watched
Keep track of episodes from your favorite TV shows.
What is Watched?
Watched is a Chrome extension developed by Ayala Nakashima Barbosa, and its main feature is "Keep track of episodes from your favorite TV shows.".
Extension Screenshots
Download Watched Extension CRX File
Download Watched extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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 :)
Extension Basic Information
Name | Watched |
ID | hdnfenemdaacjjgcjeifpdefnmlcogel |
Official URL | https://chromewebstore.google.com/detail/watched/hdnfenemdaacjjgcjeifpdefnmlcogel |
Description | Keep track of episodes from your favorite TV shows. |
File Size | 51.25 KB |
Installation Count | 5,634 |
Current Version | 1.2 |
Last Updated | 2017-08-12 |
Publish Date | 2017-08-12 |
Rating | 4.67/5 Total 66 Ratings |
Developer | Ayala Nakashima Barbosa |
Payment Type | free |
Supported Languages | 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 } } |