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
官方URL 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"
    ]
}