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.”。
擴展截圖
下載Video Download For LinkedIn™擴展crx文件
下載Video Download For LinkedIn™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | lojgckjlhpmcefkhdcdjlgmjflpaeeph |
| 官方網址 | 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'"
}
} | |