LinkedIn Video Downloader

LinkedIn Video Downloader simplifies video downloading from LinkedIn, saving you time.

什麼是LinkedIn Video Downloader?

LinkedIn Video Downloader是由Creative Extensions Studio開發的Chrome擴展程式,該擴展的主要功能是“LinkedIn Video Downloader simplifies video downloading from LinkedIn, saving you time.”。

擴展截圖

screenshot
screenshot

下載LinkedIn Video Downloader擴展crx文件

下載LinkedIn Video Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Introducing LinkedIn Video Downloader! 📹💾

Tired of the hassle when trying to save those insightful LinkedIn videos? Look no further! 🕵️‍♂️

🚀 Our Chrome browser extension streamlines video downloading from LinkedIn, making it a breeze and saving you precious time. ⏳✨

With just a few clicks, you can now effortlessly grab those career-boosting, knowledge-packed videos and keep them for future reference. 📚🌟

🌐 Whether it's a tutorial, webinar, or an inspiring talk, LinkedIn Video Downloader has got you covered! 💪🔥

Unlock the convenience and empower your professional growth with LinkedIn Video Downloader today! 🚀📈

Download now and supercharge your LinkedIn experience! 💼🔓 #LinkedInVideoDownloader                    

擴展基本資訊

名稱 LinkedIn Video Downloader LinkedIn Video Downloader
ID fagakfichgmibajmbgbpgakliemjhljh
官方網址 https://chromewebstore.google.com/detail/linkedin-video-downloader/fagakfichgmibajmbgbpgakliemjhljh
簡介 LinkedIn Video Downloader simplifies video downloading from LinkedIn, saving you time.
檔案大小 30.43 KB
安裝次數 2,322
目前版本 1.0.0
更新時間 2023-10-12
上架時間 2023-09-29
評分 3.10/5 共 10 次評分
開發者 Creative Extensions Studio
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/polity-extension/home
支援的語言 de,en,en-US,fr,it,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.0.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png",
        "256": "img\/icon_256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "bg_service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "webNavigation",
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": []
}