LinkedIn Video Downloader

Fun and easy-to-use tool for downloading LinkedIn videos.

Wat is LinkedIn Video Downloader?

LinkedIn Video Downloader is een Chrome-extensie ontwikkeld door limitless.claver, en de belangrijkste functie is "Fun and easy-to-use tool for downloading LinkedIn videos.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LinkedIn Video Downloader

Download LinkedIn Video Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Linkedify is a tool designed for people who enjoy watching and downloading videos from LinkedIn.                    

Basisinformatie over de Extensie

Naam LinkedIn Video Downloader LinkedIn Video Downloader
ID dfibclfobnndfpohjdaddnifdfbohgbp
Officiële URL https://chrome.google.com/webstore/detail/linkedin-video-downloader/dfibclfobnndfpohjdaddnifdfbohgbp
Beschrijving Fun and easy-to-use tool for downloading LinkedIn videos.
Bestandsgrootte 21.3 KB
Aantal Installaties 82
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-04-03
Publicatiedatum 2023-04-03
Ontwikkelaar limitless.claver
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LinkedIn Video Downloader",
    "description": "Fun and easy-to-use tool for downloading LinkedIn videos.",
    "version": "1.0.3",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "[email protected]",
        "32": "[email protected]",
        "48": "[email protected]",
        "128": "[email protected]"
    }
}