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
官方網址 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
電子郵箱 [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"
    ]
}