Flash Video Downloader

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

Qu'est-ce que Flash Video Downloader ?

Flash Video Downloader est une extension Chrome développée par brachovskitim, et sa fonction principale est "Popular Video Downloader. Downloads most popular media formats, flash videos.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Flash Video Downloader

Téléchargez les fichiers d'extension Flash Video Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Flash Video Downloader Flash Video Downloader
ID ionpbgeeliajehajombdeflogfpgmmel
URL Officiel https://chrome.google.com/webstore/detail/flash-video-downloader/ionpbgeeliajehajombdeflogfpgmmel
Description Popular Video Downloader. Downloads most popular media formats, flash videos.
Taille du Fichier 549 KB
Nombre d'Installations 242,165
Version Actuelle 2.1
Dernière Mise à Jour 2022-08-28
Date de Publication 2021-02-16
Évaluation 1.96/5 Total 67 Évaluations
Développeur brachovskitim
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.flashvidownloader.com
URL de la Page de Politique de Confidentialité https://sites.google.com/view/extmaster/privacy
Langues Prises en Charge 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\/*"
    ]
}