LinkedIn Video Downloader

Fun and easy-to-use tool for downloading LinkedIn videos.

ما هو LinkedIn Video Downloader؟

LinkedIn Video Downloader هو إضافة Chrome تم تطويرها بواسطة limitless.claver، والميزة الرئيسية لها هي "Fun and easy-to-use tool for downloading LinkedIn videos.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة LinkedIn Video Downloader

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

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

                        Linkedify is a tool designed for people who enjoy watching and downloading videos from LinkedIn.                    

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

الاسم LinkedIn Video Downloader LinkedIn Video Downloader
ID dfibclfobnndfpohjdaddnifdfbohgbp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/linkedin-video-downloader/dfibclfobnndfpohjdaddnifdfbohgbp
الوصف Fun and easy-to-use tool for downloading LinkedIn videos.
حجم الملف 21.3 KB
عدد التثبيتات 82
النسخة الحالية 1.0.3
آخر تحديث 2023-04-03
تاريخ النشر 2023-04-03
المطور limitless.claver
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkedIn Video Downloader",
    "description": "Fun and easy-to-use tool for downloading LinkedIn videos.",
    "version": "1.0.3",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "[email protected]",
        "32": "[email protected]",
        "48": "[email protected]",
        "128": "[email protected]"
    }
}