Subscribe to YouTube Playlists

Easily check your added playlists for new videos.

ما هو Subscribe to YouTube Playlists؟

Subscribe to YouTube Playlists هو إضافة Chrome تم تطويرها بواسطة https://youtube-extensions.gonguet.com، والميزة الرئيسية لها هي "Easily check your added playlists for new videos.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Subscribe to YouTube Playlists

قم بتنزيل ملفات الامتداد Subscribe to YouTube Playlists بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A tool to check if there are new videos in the playlists you added to your library.

Now with a subscriptions-like feed!                    

معلومات أساسية عن التمديد

الاسم Subscribe to YouTube Playlists Subscribe to YouTube Playlists
ID iiidhbnhammhbfmaigembfdlmaeabgfl
عنوان URL الرسمي https://chromewebstore.google.com/detail/subscribe-to-youtube-play/iiidhbnhammhbfmaigembfdlmaeabgfl
الوصف Easily check your added playlists for new videos.
حجم الملف 158 KB
عدد التثبيتات 15
النسخة الحالية 1.3.1
آخر تحديث 2023-06-18
تاريخ النشر 2022-10-06
تقييم 3.33/5 مجموع تقييمات 3
المطور https://youtube-extensions.gonguet.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://youtube-extensions.gonguet.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.1",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/loader.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/index.mjs",
                "scripts\/loader.js",
                "scripts\/ui.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}