Flash Video Downloader

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

Qu'est-ce que Flash Video Downloader ?

Flash Video Downloader est une extension Chrome développée par Happy Apps, et sa fonction principale est "Flash Video Downloader is for fast download video and flash from website.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Flash Video Downloader

Téléchargez les fichiers d'extension Flash Video Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
URL Officiel https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
Description Flash Video Downloader is for fast download video and flash from website.
Taille du Fichier 104 KB
Nombre d'Installations 12,982
Version Actuelle 2.0
Dernière Mise à Jour 2023-11-21
Date de Publication 2020-11-06
Évaluation 2.50/5 Total 14 Évaluations
Développeur Happy Apps
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.e-players.net/privacy.html
Langues Prises en Charge 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"
    ]
}