Video Download For LinkedIn™

Video Download For LinkedIn™ - an video download extension LinkedIn™, is an efficient way to help you download LinkedIn video.

Video Download For LinkedIn™란 무엇입니까?

Video Download For LinkedIn™은(는) Castillo Richard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video Download For LinkedIn™ - an video download extension LinkedIn™, is an efficient way to help you download LinkedIn video."입니다.

확장 프로그램 스크린샷

screenshot

Video Download For LinkedIn™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Video Download For LinkedIn™ extension is a simple tool to download LinkedIn video. With a button click, you can download video from LinkedIn easily.

This extension adds a small video download button on all video elements on LinkedIn pages. This download button allows you to save LinkedIn video files automatically.


How To Use:

● How to download video from LinkedIn:
Step1: After installing extension, open or refresh the LinkedIn home page: linkedin.com
Step2: Click the LinkedIn video download button, when you find a good video

● How to change setting for extension:
Step1: Open the Popup page and click "setting" button
Step2: You can change the local file name format and change the video download button position 


LinkedIn is a trademark of LinkedIn Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to LinkedIn or LinkedIn Inc.                    

확장 프로그램 기본 정보

이름 Video Download For LinkedIn™ Video Download For LinkedIn™
ID lojgckjlhpmcefkhdcdjlgmjflpaeeph
공식 URL https://chromewebstore.google.com/detail/video-download-for-linked/lojgckjlhpmcefkhdcdjlgmjflpaeeph
설명 Video Download For LinkedIn™ - an video download extension LinkedIn™, is an efficient way to help you download LinkedIn video.
파일 크기 147 KB
설치 횟수 5,094
현재 버전 1.0.3
최근 업데이트 2023-06-24
출시 날짜 2022-05-02
평점 2.45/5 총 11 개의 평점
개발자 Castillo Richard
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkedradar.com
도움말 페이지 URL https://linkedradar.com
개인정보 보호 정책 페이지 URL https://linkedradar.com/linkedin-email-finder-private-policy
지원되는 언어 en,en-US,fr,pt-BR,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "1.0.3",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "Video Downloader For LinkedIn",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_page": "options\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.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'"
    }
}