MyShows Recent

Quickly and easily manage the list of your shows

ما هو MyShows Recent؟

MyShows Recent هو إضافة Chrome تم تطويرها بواسطة kraigo، والميزة الرئيسية لها هي "Quickly and easily manage the list of your shows".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة MyShows Recent

قم بتنزيل ملفات الامتداد MyShows Recent بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}