LinkedIn Video Downloader

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

Cos'è LinkedIn Video Downloader?

LinkedIn Video Downloader è un'estensione di Chrome sviluppata da limitless.claver, e la sua funzione principale è "Fun and easy-to-use tool for downloading LinkedIn videos.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LinkedIn Video Downloader

Scarica i file di estensione LinkedIn Video Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome LinkedIn Video Downloader LinkedIn Video Downloader
ID dfibclfobnndfpohjdaddnifdfbohgbp
URL Ufficiale https://chrome.google.com/webstore/detail/linkedin-video-downloader/dfibclfobnndfpohjdaddnifdfbohgbp
Descrizione Fun and easy-to-use tool for downloading LinkedIn videos.
Dimensione del File 21.3 KB
Conteggio Installazioni 82
Versione Corrente 1.0.3
Ultimo Aggiornamento 2023-04-03
Data di Pubblicazione 2023-04-03
Sviluppatore limitless.claver
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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]"
    }
}