Flash Downloader

Flash Downloader - download flash game from websites.

Was ist Flash Downloader?

Flash Downloader ist eine Chrome-Erweiterung, die von Tools for Browser entwickelt wurde, und ihr Hauptmerkmal ist "Flash Downloader - download flash game from websites.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Flash Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flash 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 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.                    

Grundlegende Informationen zur Erweiterung

Name Flash Downloader Flash Downloader
ID eepdaplnjgknikdfmmiihcohocmpmimg
Offizielle URL https://chrome.google.com/webstore/detail/flash-downloader/eepdaplnjgknikdfmmiihcohocmpmimg
Beschreibung Flash Downloader - download flash game from websites.
Dateigröße 99.02 KB
Installationsanzahl 14,125
Aktuelle Version 1.3.2
Letztes Update 2022-11-26
Veröffentlichungsdatum 2020-06-17
Bewertung 2.71/5 Insgesamt 52 Bewertungen
Entwickler Tools for Browser
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}