Series Tracker
This extension lets you to get last episode of a series you watched by searching among the history.
What is Series Tracker?
Series Tracker is a Chrome extension developed by Bahadir Tasdemir, and its main feature is "This extension lets you to get last episode of a series you watched by searching among the history.".
Extension Screenshots
Download Series Tracker Extension CRX File
Download Series Tracker 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
Series Tracker lets user to search among chrome history to find last episode of a series to watch the next one.
Extension Basic Information
Name | Series Tracker |
ID | ndoljhbnakbjdfjihamngbjfidgdjcan |
Official URL | https://chromewebstore.google.com/detail/series-tracker/ndoljhbnakbjdfjihamngbjfidgdjcan |
Description | This extension lets you to get last episode of a series you watched by searching among the history. |
File Size | 98.34 KB |
Installation Count | 125 |
Current Version | 1.0.4 |
Last Updated | 2020-05-15 |
Publish Date | 2020-05-15 |
Rating | 2.00/5 Total 2 Ratings |
Developer | Bahadir Tasdemir |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.btasdemir.com/html/privacypolicy.html |
Supported Languages | 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!" } } |