Video Downloader Handy

Download your favorite videos and store them locally. Very handy!

什麼是Video Downloader Handy?

Video Downloader Handy是由puper.technology開發的Chrome擴展程式,該擴展的主要功能是“Download your favorite videos and store them locally. Very handy!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Video Downloader Handy擴展crx文件

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

擴展使用說明

                        📹 Download videos yourself from your favorite websites to watch locally!

⏬ The extension is designed to download from any sites where downloading videos is legal and allowed!

🌈 Download and save videos playable on the hard disk of the website
🌈 Choose between different video views
🌈 In playback mode, you can find MP4 videos
🌈 You can add a video to a list from which you have quick access to it and you can play it at any time without having to go back to the original web page.
🌈 You have the ability to play videos in any size

😌 If you have problems or videos that cannot be downloaded, please do not give a bad rating, but email us at [email protected] and help us improve this software. Thanks!

⚖️ The extension does not work for YouTube, Instagram, Dailymotion, Vk and Tiktok due to restrictions                    

擴展基本資訊

名稱 Video Downloader Handy Video Downloader Handy
ID aepidlinkpnbmfpnhndilmgpmdjhajad
官方網址 https://chrome.google.com/webstore/detail/video-downloader-handy/aepidlinkpnbmfpnhndilmgpmdjhajad
簡介 Download your favorite videos and store them locally. Very handy!
檔案大小 221 KB
安裝次數 2,872
目前版本 1.0.5
更新時間 2021-11-26
上架時間 2021-11-26
評分 3.50/5 共 18 次評分
開發者 puper.technology
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://poqdev.com/privacity
支援的語言 de,en,fr,nl,es,ru
manifest.json
{
    "background": {
        "page": "extension\/background.html"
    },
    "browser_action": {
        "default_icon": "icon19c.png",
        "default_title": "Video Downloader Handy"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "video\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png",
        "48": "icon48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "options_page": "startpage\/index.html?options=1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "downloads",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "VDP",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}