Flash Downloader

Flash Downloader - download flash game from websites.

Flash Downloader là gì?

Flash Downloader là một tiện ích mở rộng Chrome được phát triển bởi Tools for Browser, và tính năng chính của nó là "Flash Downloader - download flash game from websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Flash Downloader

Tải xuống các tệp mở rộng Flash Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Flash Downloader Flash Downloader
ID eepdaplnjgknikdfmmiihcohocmpmimg
URL Chính Thức https://chrome.google.com/webstore/detail/flash-downloader/eepdaplnjgknikdfmmiihcohocmpmimg
Mô tả Flash Downloader - download flash game from websites.
Kích Thước Tệp 99.02 KB
Số Lần Cài Đặt 14,125
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2022-11-26
Ngày Phát Hành 2020-06-17
Đánh Giá 2.71/5 Tổng số 52 Đánh Giá
Nhà Phát Triển Tools for Browser
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}