MyShows: TV Show tracker
Track and rate your favourite TV-shows
What is MyShows: TV Show tracker?
MyShows: TV Show tracker is a Chrome extension developed by Vitaly Yerofeyevsky, and its main feature is "Track and rate your favourite TV-shows".
Extension Screenshots
Download MyShows: TV Show tracker Extension CRX File
Download MyShows: TV Show 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
This extension requires registration on http://myshows.me website. You can - track and rate watched episodes - monitor upcoming episodes in the calendar. Source code on github: https://github.com/flytaly/myshows-tracker
Extension Basic Information
Name | MyShows: TV Show tracker |
ID | lcdinflfffodmodbkhaijglgjpeefodo |
Official URL | https://chromewebstore.google.com/detail/myshows-tv-show-tracker/lcdinflfffodmodbkhaijglgjpeefodo |
Description | Track and rate your favourite TV-shows |
File Size | 80.92 KB |
Installation Count | 94 |
Current Version | 3.0.2 |
Last Updated | 2023-09-11 |
Publish Date | 2020-06-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Vitaly Yerofeyevsky |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/flytaly/myshows-tracker |
Help Page URL | https://github.com/flytaly/myshows-tracker |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "description": "__MSG_description__", "name": "__MSG_name__", "short_name": "MyShows", "version": "3.0.2", "homepage_url": "https:\/\/github.com\/flytaly\/myshows-tracker", "minimum_chrome_version": "105", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzS\/1DCNgzInyNUYNZcwDad5+SZPVAsiQaXfTC2k14b9CE3E2WWSROMK9BDesmKk5bOlrDyNlu0ZU5\/kR8BBIKX1Hh6ZiXT2tZz+Q\/YW3J2Tv6aqPYsOubzG2b2alcVjeO\/HP30CDYMl5ia0GmGd4\/nshWKrEH8\/e8vYwlXM2dvsZEAZ0Rp2VliC5ycc8qoZXLk\/MxFeC1jduqpfs5nkoe6TOsAU8svJerTUlpt1acU66xoRqOW+XsnHGlOb0zox9wY+PwSI2yCEJIXYh3OcOUqFCXmlGzJ+uVlFcnKvWFHViuO6r20Sb7aeEAB9kDSph\/2iRIKQcDodGgPEKQV026wIDAQAB", "background": { "service_worker": ".\/dist\/background\/background.js" }, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "64": "\/images\/icon-64.png", "128": "\/images\/icon-128.png", "256": "\/images\/icon-256.png" }, "permissions": [ "storage", "alarms" ], "host_permissions": [ "https:\/\/*.myshows.me\/*" ], "action": { "default_title": "__MSG_extension_title__", "default_icon": { "32": "\/images\/icon-32.png", "64": "\/images\/icon-64.png" }, "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true } } |