Flash Video Downloader

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

Hvad er Flash Video Downloader?

Flash Video Downloader er en Chrome-udvidelse udviklet af Happy Apps, og dens hovedfunktion er "Flash Video Downloader is for fast download video and flash from website.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Flash Video Downloader-udvidelses-CRX-fil

Download Flash Video Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
Officiel URL https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
Beskrivelse Flash Video Downloader is for fast download video and flash from website.
Filstørrelse 104 KB
Antal Installationer 12,982
Nuværende Version 2.0
Senest Opdateret 2023-11-21
Udgivelsesdato 2020-11-06
Bedømmelse 2.50/5 Samlet 14 Bedømmelser
Udvikler Happy Apps
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.e-players.net/privacy.html
Understøttede Sprog 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"
    ]
}