Flash Video Downloader

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

Wat is Flash Video Downloader?

Flash Video Downloader is een Chrome-extensie ontwikkeld door brachovskitim, en de belangrijkste functie is "Popular Video Downloader. Downloads most popular media formats, flash videos.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Flash Video Downloader

Download Flash Video Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Flash Video Downloader Flash Video Downloader
ID ionpbgeeliajehajombdeflogfpgmmel
Officiële URL https://chrome.google.com/webstore/detail/flash-video-downloader/ionpbgeeliajehajombdeflogfpgmmel
Beschrijving Popular Video Downloader. Downloads most popular media formats, flash videos.
Bestandsgrootte 549 KB
Aantal Installaties 242,165
Huidige Versie 2.1
Laatst Bijgewerkt 2022-08-28
Publicatiedatum 2021-02-16
Beoordeling 1.96/5 Totaal 67 Beoordelingen
Ontwikkelaar brachovskitim
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.flashvidownloader.com
URL van de Privacybeleid Pagina https://sites.google.com/view/extmaster/privacy
Ondersteunde Talen 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\/*"
    ]
}