Flash Downloader

Flash Downloader - download flash game from websites.

Wat is Flash Downloader?

Flash Downloader is een Chrome-extensie ontwikkeld door Tools for Browser, en de belangrijkste functie is "Flash Downloader - download flash game from websites.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Flash Downloader

Download Flash Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Flash Downloader Flash Downloader
ID eepdaplnjgknikdfmmiihcohocmpmimg
Officiële URL https://chrome.google.com/webstore/detail/flash-downloader/eepdaplnjgknikdfmmiihcohocmpmimg
Beschrijving Flash Downloader - download flash game from websites.
Bestandsgrootte 99.02 KB
Aantal Installaties 14,125
Huidige Versie 1.3.2
Laatst Bijgewerkt 2022-11-26
Publicatiedatum 2020-06-17
Beoordeling 2.71/5 Totaal 52 Beoordelingen
Ontwikkelaar Tools for Browser
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}