Flash Video Downloader

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

Flash Video Downloaderとは何ですか?

Flash Video DownloaderはHappy Appsによって開発されたChromeの拡張機能で、その主な機能は「Flash Video Downloader is for fast download video and flash from website.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Flash Video Downloader拡張機能のCRXファイルをダウンロード

Flash Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
公式URL https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
説明 Flash Video Downloader is for fast download video and flash from website.
ファイルサイズ 104 KB
インストール数 12,982
現在のバージョン 2.0
最終更新日 2023-11-21
公開日 2020-11-06
評価 2.50/5 合計 14 レビュー
開発者 Happy Apps
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.e-players.net/privacy.html
対応言語 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"
    ]
}