LinkedIn downloader

Download video and image from LinkedIn.com

LinkedIn downloader क्या है?

LinkedIn downloader AppforYou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download video and image from LinkedIn.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LinkedIn downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Download photo or video from LinkedIn easily
Using our extension you can download LinkedIn photo or video not only from LinkedIn.com but from other websites too. 

In upper right corner of any photo or video you will see "Download" button (please see the Screenshots). 
Click this button and save the photo or video to your computer.
If you cannot see "Download" button, try to start playing video and the button will appear.

LinkedIn Downloader doesn't support private and password-protected videos, as well as any video on YouTube.

With some other "Downloader", you have to copy the video link from LinkedIn and paste it to the downloader. It is very complicated and not user friendly. With LinkedIn Downloader you can download all videos directly from LinkedIn web page with one single click without leaving the website.                    

एक्सटेंशन की मूल जानकारी

नाम LinkedIn downloader LinkedIn downloader
ID cmljhcfcdhjnajbebkhegddcgamnnkdm
आधिकारिक URL https://chrome.google.com/webstore/detail/linkedin-downloader/cmljhcfcdhjnajbebkhegddcgamnnkdm
विवरण Download video and image from LinkedIn.com
फ़ाइल का आकार 153 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-04-14
प्रकाशन तिथि 2021-04-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर AppforYou
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/linkedindownloader
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/images\/logo16.png"
        }
    },
    "icons": {
        "16": "\/assets\/images\/logo16.png",
        "32": "\/assets\/images\/logo32.png",
        "48": "\/assets\/images\/logo48.png",
        "128": "\/assets\/images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/video.js",
                "\/js\/fileSaver.js"
            ],
            "css": [
                "\/assets\/css\/video.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}