Video Downloader Prime

Easily download most popular video formats.

什麼是Video Downloader Prime?

Video Downloader Prime是由Grephy開發的Chrome擴展程式,該擴展的主要功能是“Easily download most popular video formats.”。

擴展截圖

screenshot
screenshot

下載Video Downloader Prime擴展crx文件

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

擴展使用說明

                        Video Downloader Prime is an extension that helps you quickly download popular video formats right from your browser's toolbar popup. 

Note: Video Downloader Prime is NOT working for the YouTube website or any other YouTube videos embedded in other websites due to Google, YouTube, and Chrome Store policies and restrictions.

Note: Video Downloader Prime is NOT responsible for media content that you download with this addon. We strongly recommend that you verify the related media copyright permissions on each website before downloading any video file(s).

Key features:
1. Toolbar popup, provides an easy interface to download the video(s) or copy the video links to the clipboard.
2. Badge icon text shows the number of captured videos within the page.
3. You can add, delete, or disable video formats from the Options page.
4. There is also an option to specify the minimum size for videos to trigger the download.

If you see any bugs, or you have a feature request or other improvements in mind, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/download-helper.html).                    

擴展基本資訊

名稱 Video Downloader Prime Video Downloader Prime
ID gipjangphphajpkddogjcpgaoiidennb
官方網址 https://chromewebstore.google.com/detail/video-downloader-prime/gipjangphphajpkddogjcpgaoiidennb
簡介 Easily download most popular video formats.
檔案大小 61.33 KB
安裝次數 50,000
目前版本 0.2.7
更新時間 2022-11-17
上架時間 2019-09-21
評分 3.17/5 共 131 次評分
開發者 Grephy
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/download-helper.html
說明頁面URL https://mybrowseraddon.com/download-helper.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.7",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "name": "Video Downloader Prime",
    "permissions": [
        "storage",
        "downloads",
        "webRequest"
    ],
    "description": "Easily download most popular video formats.",
    "homepage_url": "https:\/\/mybrowseraddon.com\/download-helper.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Video Downloader Prime",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}