Video Downloader

Download videos using Video Downloader from websites.

Video Downloaderとは何ですか?

Video DownloaderはFREE APPSによって開発されたChromeの拡張機能で、その主な機能は「Download videos using Video Downloader from websites.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Video Downloader is for downloading videos from websites. Fast and easy way in one click. You find everything in the icon of extension. You can download many media formats - one video or all at once.  

Please note that Video Downloader not be liable for downloaded files. You check permissions copyright on web pages. Thank you for your understanding.                    

拡張機能の基本情報

名前 Video Downloader Video Downloader
ID jllonchimfiplfmddkdnbghgllhjlnln
公式URL https://chromewebstore.google.com/detail/video-downloader/jllonchimfiplfmddkdnbghgllhjlnln
説明 Download videos using Video Downloader from websites.
ファイルサイズ 98.95 KB
インストール数 10,282
現在のバージョン 1.1.1
最終更新日 2023-03-23
公開日 2020-11-07
評価 3.10/5 合計 10 レビュー
開発者 FREE APPS
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.smart-finder.net/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "name": "Video Downloader",
    "description": "Download videos using Video Downloader from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}