Flash Video Downloader

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

What is Flash Video Downloader?

Flash Video Downloader is a Chrome extension developed by Happy Apps, and its main feature is "Flash Video Downloader is for fast download video and flash from website.".

Extension Screenshots

screenshot
screenshot

Download Flash Video Downloader Extension CRX File

Download Flash Video Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
Official URL https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
Description Flash Video Downloader is for fast download video and flash from website.
File Size 104 KB
Installation Count 12,982
Current Version 2.0
Last Updated 2023-11-21
Publish Date 2020-11-06
Rating 2.50/5 Total 14 Ratings
Developer Happy Apps
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.e-players.net/privacy.html
Supported Languages 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"
    ]
}