LinkedIn Video Downloader

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

LinkedIn Video Downloaderとは何ですか?

LinkedIn Video Downloaderはlimitless.claverによって開発されたChromeの拡張機能で、その主な機能は「Fun and easy-to-use tool for downloading LinkedIn videos.」です。

拡張機能のスクリーンショット

screenshot
screenshot

LinkedIn Video Downloader拡張機能のCRXファイルをダウンロード

LinkedIn Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 LinkedIn Video Downloader LinkedIn Video Downloader
ID dfibclfobnndfpohjdaddnifdfbohgbp
公式URL https://chrome.google.com/webstore/detail/linkedin-video-downloader/dfibclfobnndfpohjdaddnifdfbohgbp
説明 Fun and easy-to-use tool for downloading LinkedIn videos.
ファイルサイズ 21.3 KB
インストール数 82
現在のバージョン 1.0.3
最終更新日 2023-04-03
公開日 2023-04-03
開発者 limitless.claver
Eメール [email protected]
支払い方法 free
対応言語 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]"
    }
}