Flash Video Downloader

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

Was ist Flash Video Downloader?

Flash Video Downloader ist eine Chrome-Erweiterung, die von Flash Video Downloader entwickelt wurde, und ihr Hauptmerkmal ist "Download Flash & Video from web pages using popular Flash Video Downloader.".

Erweiterungsscreenshots

screenshot

Flash Video Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flash Video Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Flash Video Downloader Flash Video Downloader
ID lhkkbeaemakcpmhiachckhhcjljjfkpe
Offizielle URL https://chrome.google.com/webstore/detail/flash-video-downloader/lhkkbeaemakcpmhiachckhhcjljjfkpe
Beschreibung Download Flash & Video from web pages using popular Flash Video Downloader.
Dateigröße 89.91 KB
Installationsanzahl 38,564
Aktuelle Version 1.3.2
Letztes Update 2023-06-29
Veröffentlichungsdatum 2020-05-29
Bewertung 3.14/5 Insgesamt 50 Bewertungen
Entwickler Flash Video Downloader
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}