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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": []
}