MyShows Recent

Quickly and easily manage the list of your shows

MyShows Recent là gì?

MyShows Recent là một tiện ích mở rộng Chrome được phát triển bởi kraigo, và tính năng chính của nó là "Quickly and easily manage the list of your shows".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MyShows Recent

Tải xuống các tệp mở rộng MyShows Recent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MyShows Recent MyShows Recent
ID falpkmpmnjihfpbfapkjfmdmckkelbmk
URL Chính Thức https://chromewebstore.google.com/detail/myshows-recent/falpkmpmnjihfpbfapkjfmdmckkelbmk
Mô tả Quickly and easily manage the list of your shows
Kích Thước Tệp 73.56 KB
Số Lần Cài Đặt 841
Phiên Bản Hiện Tại 2.1.3
Cập Nhật Lần Cuối 2022-09-06
Ngày Phát Hành 2019-02-03
Đánh Giá 4.37/5 Tổng số 82 Đánh Giá
Nhà Phát Triển kraigo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}