Flash Video Downloader

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

Cos'è Flash Video Downloader?

Flash Video Downloader è un'estensione di Chrome sviluppata da brachovskitim, e la sua funzione principale è "Popular Video Downloader. Downloads most popular media formats, flash videos.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Flash Video Downloader

Scarica i file di estensione Flash Video Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flash Video Downloader Flash Video Downloader
ID ionpbgeeliajehajombdeflogfpgmmel
URL Ufficiale https://chrome.google.com/webstore/detail/flash-video-downloader/ionpbgeeliajehajombdeflogfpgmmel
Descrizione Popular Video Downloader. Downloads most popular media formats, flash videos.
Dimensione del File 549 KB
Conteggio Installazioni 242,165
Versione Corrente 2.1
Ultimo Aggiornamento 2022-08-28
Data di Pubblicazione 2021-02-16
Valutazione 1.96/5 Totale 67 Valutazioni
Sviluppatore brachovskitim
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.flashvidownloader.com
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/extmaster/privacy
Lingue Supportate 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\/*"
    ]
}