Flash Video Downloader

Flash Video Downloader is for fast download video and flash from website.

Flash Video Downloader là gì?

Flash Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi Happy Apps, và tính năng chính của nó là "Flash Video Downloader is for fast download video and flash from website.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Flash Video 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 Video Downloader can fast and easily download flash, video from most web pages.  

Click on the icon of app to display a list of available videos on the website. Second click in the list to start downloading one or all files at once to hard drive. 

Supported popular media formats are swf, flv, mkv, mp4, avi and more.

Flash Video Downloader is not responsible for files downloaded. Users should check permissions copyright on website. Thank you for understanding.                    

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

Tên Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
URL Chính Thức https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
Mô tả Flash Video Downloader is for fast download video and flash from website.
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 12,982
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2020-11-06
Đánh Giá 2.50/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Happy Apps
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.e-players.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "name": "Flash Video Downloader",
    "description": "Flash Video Downloader is for fast download video and flash from website.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "tabs"
    ]
}