Flash Video Downloader

Flash Video Downloader is for fast download video and flash from website.

什麼是Flash Video Downloader?

Flash Video Downloader是由Happy Apps開發的Chrome擴展程式,該擴展的主要功能是“Flash Video Downloader is for fast download video and flash from website.”。

擴展截圖

screenshot
screenshot

下載Flash Video Downloader擴展crx文件

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

擴展使用說明

                        Flash Video Downloader can fast and easily download flash, video from most web pages.  

Click on the icon of app to display a list of available videos on the website. Second click in the list to start downloading one or all files at once to hard drive. 

Supported popular media formats are swf, flv, mkv, mp4, avi and more.

Flash Video Downloader is not responsible for files downloaded. Users should check permissions copyright on website. Thank you for understanding.                    

擴展基本資訊

名稱 Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
官方網址 https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
簡介 Flash Video Downloader is for fast download video and flash from website.
檔案大小 104 KB
安裝次數 12,982
目前版本 2.0
更新時間 2023-11-21
上架時間 2020-11-06
評分 2.50/5 共 14 次評分
開發者 Happy Apps
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.e-players.net/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "name": "Flash Video Downloader",
    "description": "Flash Video Downloader is for fast download video and flash from website.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ]
}