Flash Video Downloader

Popular Video Downloader. Downloads most popular media formats, flash videos.

Co to jest Flash Video Downloader?

Flash Video Downloader to rozszerzenie Chrome opracowane przez brachovskitim, a jego główną funkcją jest „Popular Video Downloader. Downloads most popular media formats, flash videos.”.

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

                        GREAT UPDATE - IT WORKS AGAIN, NOW YOU CAN ENJOY YOUR FAVOURITE VIDEOS.

Popular Video Downloader. Downloads most popular media formats, flash videos.

Flash Video Downloader Description: Popular Video Downloader. Downloads most popular media formats like flash, videos, audios.

Due to copyright policy we can download only NOT copyrighted videos. Websites such as Twitter, TikTok, Instagram, dailymotion.com, vk.com are NOT supported.

Download videos and flash videos from many websites. No special skills needed.
Save any online video from any website with our new flash video downloader.

Instructions:
Choose a video from the list and press the download button.
If the video was not detected - please try to start it and/or open it in a new tab.

Our extension is one of the easiest video downloader available online. Just click the icon of the extension in the browser and within seconds you can start downloading videos from almost any website.

Supported Formats:

* Mp4 Videos
* Mov
* Fly video
* Webm
* Facebook Videos
* And many more Videos

With this amazing flash video downloader you can download any high definition video from over a 1000 websites online. You can easily download and save the videos.

For us it's very important that flash video downloader is 100% free to use, and never will be paid.                    

Podstawowe informacje o rozszerzeniu

Nazwa Flash Video Downloader Flash Video Downloader
ID ionpbgeeliajehajombdeflogfpgmmel
Oficjalny URL https://chrome.google.com/webstore/detail/flash-video-downloader/ionpbgeeliajehajombdeflogfpgmmel
Opis Popular Video Downloader. Downloads most popular media formats, flash videos.
Rozmiar pliku 549 KB
Liczba instalacji 242,165
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2022-08-28
Data Publikacji 2021-02-16
Ocena 1.96/5 Łącznie 67 Oceny
Deweloper brachovskitim
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.flashvidownloader.com
Adres URL Strony Polityki Prywatności https://sites.google.com/view/extmaster/privacy
Obsługiwane Języki id,ms,de,en,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/libs\/jquery-3.6.0.min.js",
            "\/js\/libs\/tools.js",
            "\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/logo.png",
        "default_popup": "\/popup.html",
        "default_title": "__MSG_extension_hint__"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/btns.css",
                "\/css\/app.css",
                "\/css\/sidebar.css"
            ],
            "js": [
                "\/js\/libs\/jquery-3.6.0.min.js",
                "\/js\/libs\/tools.js",
                "\/js\/vid-providers\/abstract-video-provider.js",
                "\/js\/vid-providers\/provider-fb.js",
                "\/js\/vid-providers\/provider-dm.js",
                "\/js\/vid-providers\/provider-in.js",
                "\/js\/vid-providers\/provider-xx.js",
                "\/js\/main.js",
                "\/js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "homepage_url": "https:\/\/www.flashvidownloader.com\/",
    "icons": {
        "128": "assets\/logo.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "",
        "tabs",
        "downloads"
    ],
    "short_name": "__MSG_name__",
    "version": "2.1",
    "web_accessible_resources": [
        "\/assets\/*"
    ]
}