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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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!"
}
} | |