Video Downloader Button

Add download button to the video files on popular websites. Click the button to save the video

什麼是Video Downloader Button?

Video Downloader Button是由Gigi開發的Chrome擴展程式,該擴展的主要功能是“Add download button to the video files on popular websites. Click the button to save the video”。

擴展截圖

screenshot
screenshot
screenshot

下載Video Downloader Button擴展crx文件

下載Video Downloader Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Provides all video files with a small button that downloads files to the devise by clicking on it.

Open media websites are supported by Video Downloader Button and help to save online video to review it later.

In the settings menu there is an opportunity to disable the button for more convenience usage of websites. Simply enable it again and download button will appear on the video shortly.                    

擴展基本資訊

名稱 Video Downloader Button Video Downloader Button
ID gjpdgbkjopobieebkmihgdoinbkicjck
官方網址 https://chromewebstore.google.com/detail/video-downloader-button/gjpdgbkjopobieebkmihgdoinbkicjck
簡介 Add download button to the video files on popular websites. Click the button to save the video
檔案大小 883 KB
安裝次數 50,000
目前版本 1.16
更新時間 2023-07-19
上架時間 2023-02-02
評分 3.48/5 共 21 次評分
開發者 Gigi
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.16",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants.js",
                "helpers.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "index.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}