Flash Video Downloader

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

Was ist Flash Video Downloader?

Flash Video Downloader ist eine Chrome-Erweiterung, die von Happy Apps entwickelt wurde, und ihr Hauptmerkmal ist "Flash Video Downloader is for fast download video and flash from website.".

Erweiterungsscreenshots

screenshot
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 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.                    

Grundlegende Informationen zur Erweiterung

Name Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
Offizielle URL https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
Beschreibung Flash Video Downloader is for fast download video and flash from website.
Dateigröße 104 KB
Installationsanzahl 12,982
Aktuelle Version 2.0
Letztes Update 2023-11-21
Veröffentlichungsdatum 2020-11-06
Bewertung 2.50/5 Insgesamt 14 Bewertungen
Entwickler Happy Apps
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.e-players.net/privacy.html
Unterstützte Sprachen 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"
    ]
}