Flash Downloader

Flash Downloader - download flash game from websites.

什么是Flash Downloader?

Flash Downloader是由Tools for Browser开发的Chrome扩展程序,该扩展的主要功能是“Flash Downloader - download flash game from websites.”。

扩展截图

screenshot
screenshot
screenshot

下载Flash Downloader扩展crx文件

下载Flash Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Flash Downloader Flash Downloader
ID eepdaplnjgknikdfmmiihcohocmpmimg
官方URL https://chrome.google.com/webstore/detail/flash-downloader/eepdaplnjgknikdfmmiihcohocmpmimg
简介 Flash Downloader - download flash game from websites.
文件大小 99.02 KB
安装次数 14,125
当前版本 1.3.2
更新时间 2022-11-26
上架时间 2020-06-17
评分 2.71/5 共52次评分
开发者 Tools for Browser
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}