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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MyShows Recent 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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'"
}