Download My Youtube Subscriptions

Download My Youtube Subscriptions

ما هو Download My Youtube Subscriptions؟

Download My Youtube Subscriptions هو إضافة Chrome تم تطويرها بواسطة Invex، والميزة الرئيسية لها هي "Download My Youtube Subscriptions".

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

تحميل ملف CRX للإضافة Download My Youtube Subscriptions

قم بتنزيل ملفات الامتداد Download My Youtube Subscriptions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        * Export your YouTube subscriptions to an HTML file with one click. 

* The automatically downloaded html file can be shared by email.                    

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

الاسم Download My Youtube Subscriptions Download My Youtube Subscriptions
ID dnemofhfmngncanaemmdnohjicnhjagb
عنوان URL الرسمي https://chromewebstore.google.com/detail/download-my-youtube-subsc/dnemofhfmngncanaemmdnohjicnhjagb
الوصف Download My Youtube Subscriptions
حجم الملف 41.23 KB
عدد التثبيتات 4,420
النسخة الحالية 1.0
آخر تحديث 2017-04-18
تاريخ النشر 2017-04-17
تقييم 2.22/5 مجموع تقييمات 9
المطور Invex
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download My Youtube Subscriptions",
    "description": "Download My Youtube Subscriptions",
    "version": "1.0",
    "icons": {
        "16": "icon_small.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "cs.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}