MyShows Recent
Quickly and easily manage the list of your shows
What is MyShows Recent?
MyShows Recent is a Chrome extension developed by kraigo, and its main feature is "Quickly and easily manage the list of your shows".
Extension Screenshots
Download MyShows Recent Extension CRX File
Download MyShows Recent 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
Convenient plug-in for quick access to you shows MyShows Recent: - List of latest TV shows - Mark the watched episodes - Lock important series - Add your own resources
Extension Basic Information
Name | MyShows Recent |
ID | falpkmpmnjihfpbfapkjfmdmckkelbmk |
Official URL | https://chromewebstore.google.com/detail/myshows-recent/falpkmpmnjihfpbfapkjfmdmckkelbmk |
Description | Quickly and easily manage the list of your shows |
File Size | 73.56 KB |
Installation Count | 841 |
Current Version | 2.1.3 |
Last Updated | 2022-09-06 |
Publish Date | 2019-02-03 |
Rating | 4.37/5 Total 82 Ratings |
Developer | kraigo |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.1.3", "default_locale": "ru", "author": "Kraigo", "manifest_version": 2, "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-16.png", "default_title": "__MSG_appTitle__", "default_popup": "popup.html" }, "permissions": [ "https:\/\/api.myshows.me\/", "https:\/\/media.myshows.me\/", "https:\/\/myshows.me\/", "notifications", "storage", "contextMenus" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |