Flash Video Downloader

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

Co to jest Flash Video Downloader?

Flash Video Downloader to rozszerzenie Chrome opracowane przez Happy Apps, a jego główną funkcją jest „Flash Video Downloader is for fast download video and flash from website.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Flash Video Downloader

Pobierz pliki rozszerzeń Flash Video Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
Oficjalny URL https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
Opis Flash Video Downloader is for fast download video and flash from website.
Rozmiar pliku 104 KB
Liczba instalacji 12,982
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-11-21
Data Publikacji 2020-11-06
Ocena 2.50/5 Łącznie 14 Oceny
Deweloper Happy Apps
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.e-players.net/privacy.html
Obsługiwane Języki 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"
    ]
}