Flash Video Downloader

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

Cos'è Flash Video Downloader?

Flash Video Downloader è un'estensione di Chrome sviluppata da Happy Apps, e la sua funzione principale è "Flash Video Downloader is for fast download video and flash from website.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Flash Video Downloader

Scarica i file di estensione Flash Video Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
URL Ufficiale https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
Descrizione Flash Video Downloader is for fast download video and flash from website.
Dimensione del File 104 KB
Conteggio Installazioni 12,982
Versione Corrente 2.0
Ultimo Aggiornamento 2023-11-21
Data di Pubblicazione 2020-11-06
Valutazione 2.50/5 Totale 14 Valutazioni
Sviluppatore Happy Apps
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.e-players.net/privacy.html
Lingue Supportate 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"
    ]
}