TV Show Tracker
Keep track of your favourite TV shows.
什么是TV Show Tracker?
TV Show Tracker是由Mattias Valk开发的Chrome扩展程序,该扩展的主要功能是“Keep track of your favourite TV shows.”。
扩展截图
下载TV Show Tracker扩展crx文件
下载TV Show Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you want a simple way to keep track of all your favourite TV shows in one place? This extension does just that! Features: *Shows the air dates of previous and next episodes *Easy to add or remove series *Episode dates are updated every day *Sort your TV shows (can be changed in settings): *Alphabetically *By previous episode date ascending *By previous episode date descending *By next episode date ascending *By next episode date descending This extension uses www.tvmaze.com to get episode dates. Change log: Version 2.1.7.2 *Ask for minimal required permissions. Version 2.1.7.1 *Fixed list of TV shows not appearing sometimes. *Fixed search dropdown being partially cut off. Version 2.1.7 *Fancy new material design and a new icon. *Fixed search not displaying results in some cases. *Other minor improvements.
扩展基本信息
名称 | TV Show Tracker |
ID | oeeaimdpifhphdgoflgeddbigpgmnnjn |
官方URL | https://chromewebstore.google.com/detail/tv-show-tracker/oeeaimdpifhphdgoflgeddbigpgmnnjn |
简介 | Keep track of your favourite TV shows. |
文件大小 | 216 KB |
安装次数 | 6,741 |
当前版本 | 2.1.7.2 |
更新时间 | 2023-08-25 |
上架时间 | 2019-10-06 |
评分 | 4.09/5 共53次评分 |
开发者 | Mattias Valk |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "helper.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Keep track of your favourite TV shows.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "TV Show Tracker", "permissions": [ "http:\/\/*.tvmaze.com\/*", "storage", "alarms" ], "version": "2.1.7.2" } |