MyShows Recent
Quickly and easily manage the list of your shows
什么是MyShows Recent?
MyShows Recent是由kraigo开发的Chrome扩展程序,该扩展的主要功能是“Quickly and easily manage the list of your shows”。
扩展截图
下载MyShows Recent扩展crx文件
下载MyShows Recent扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | MyShows Recent |
ID | falpkmpmnjihfpbfapkjfmdmckkelbmk |
官方URL | https://chromewebstore.google.com/detail/myshows-recent/falpkmpmnjihfpbfapkjfmdmckkelbmk |
简介 | Quickly and easily manage the list of your shows |
文件大小 | 73.56 KB |
安装次数 | 841 |
当前版本 | 2.1.3 |
更新时间 | 2022-09-06 |
上架时间 | 2019-02-03 |
评分 | 4.37/5 共82次评分 |
开发者 | kraigo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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'" } |