Flash Downloader

Flash Downloader - download flash game from websites.

Cos'è Flash Downloader?

Flash Downloader è un'estensione di Chrome sviluppata da Tools for Browser, e la sua funzione principale è "Flash Downloader - download flash game from websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Flash Downloader

Scarica i file di estensione Flash 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 Downloader is professional tool for downloading games in media files swf from webpages.

1) Click the icon on the web page.
2) Download one flash game. 
3) Download all files for one click.

Please read this: Flash Downloader is not responsible for content which you download. We suggest to check first media copyright permissions before downloading media files.                    

Informazioni di Base sull'Estensione

Nome Flash Downloader Flash Downloader
ID eepdaplnjgknikdfmmiihcohocmpmimg
URL Ufficiale https://chrome.google.com/webstore/detail/flash-downloader/eepdaplnjgknikdfmmiihcohocmpmimg
Descrizione Flash Downloader - download flash game from websites.
Dimensione del File 99.02 KB
Conteggio Installazioni 14,125
Versione Corrente 1.3.2
Ultimo Aggiornamento 2022-11-26
Data di Pubblicazione 2020-06-17
Valutazione 2.71/5 Totale 52 Valutazioni
Sviluppatore Tools for Browser
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "name": "Flash Downloader",
    "description": "Flash Downloader - download flash game from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}