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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Castillo Richard และคุณลักษณะหลักของมันคือ "Video Download For LinkedIn™ - an video download extension LinkedIn™, is an efficient way to help you download LinkedIn video."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Download For LinkedIn™

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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'"
    }
}