Flash Video Downloader

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

Wat is Flash Video Downloader?

Flash Video Downloader is een Chrome-extensie ontwikkeld door Happy Apps, en de belangrijkste functie is "Flash Video Downloader is for fast download video and flash from website.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Flash Video Downloader

Download Flash Video Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
Officiële URL https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
Beschrijving Flash Video Downloader is for fast download video and flash from website.
Bestandsgrootte 104 KB
Aantal Installaties 12,982
Huidige Versie 2.0
Laatst Bijgewerkt 2023-11-21
Publicatiedatum 2020-11-06
Beoordeling 2.50/5 Totaal 14 Beoordelingen
Ontwikkelaar Happy Apps
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.e-players.net/privacy.html
Ondersteunde Talen 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"
    ]
}