Flash Downloader

Flash Downloader - download flash game from websites.

Qu'est-ce que Flash Downloader ?

Flash Downloader est une extension Chrome développée par Tools for Browser, et sa fonction principale est "Flash Downloader - download flash game from websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Flash 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 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.                    

Informations de Base sur l'Extension

Nom Flash Downloader Flash Downloader
ID eepdaplnjgknikdfmmiihcohocmpmimg
URL Officiel https://chrome.google.com/webstore/detail/flash-downloader/eepdaplnjgknikdfmmiihcohocmpmimg
Description Flash Downloader - download flash game from websites.
Taille du Fichier 99.02 KB
Nombre d'Installations 14,125
Version Actuelle 1.3.2
Dernière Mise à Jour 2022-11-26
Date de Publication 2020-06-17
Évaluation 2.71/5 Total 52 Évaluations
Développeur Tools for Browser
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}