Flash Video Downloader

Download Flash & Video from web pages using popular Flash Video Downloader.

Wat is Flash Video Downloader?

Flash Video Downloader is een Chrome-extensie ontwikkeld door Flash Video Downloader, en de belangrijkste functie is "Download Flash & Video from web pages using popular Flash Video Downloader.".

Extensie Screenshots

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 is able download flash & videos from websites. 

Downloading:
 • Click to icon of extension. 
 • Will appear available files.
 • Download one or all files in supported format.

Supported formats:
 • Flash - swf, flv
 • Video - avi, mkv, mp4, mpg, wmv and more

Note:
 • Flash Video Downloader is not responsible for available files downloaded from webpages. Users should check permissions copyright of web.                    

Basisinformatie over de Extensie

Naam Flash Video Downloader Flash Video Downloader
ID lhkkbeaemakcpmhiachckhhcjljjfkpe
Officiële URL https://chrome.google.com/webstore/detail/flash-video-downloader/lhkkbeaemakcpmhiachckhhcjljjfkpe
Beschrijving Download Flash & Video from web pages using popular Flash Video Downloader.
Bestandsgrootte 89.91 KB
Aantal Installaties 38,564
Huidige Versie 1.3.2
Laatst Bijgewerkt 2023-06-29
Publicatiedatum 2020-05-29
Beoordeling 3.14/5 Totaal 50 Beoordelingen
Ontwikkelaar Flash Video Downloader
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "name": "Flash Video Downloader",
    "description": "Download Flash & Video from web pages using popular Flash Video Downloader.",
    "background": {
        "service_worker": "background.js"
    },
    "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"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}