Flash Video Downloader

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

Vad är Flash Video Downloader?

Flash Video Downloader är en Chrome-tillägg utvecklad av Happy Apps, och dess huvudfunktion är "Flash Video Downloader is for fast download video and flash from website.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Flash Video Downloader-förlängningens CRX-fil

Ladda ner Flash Video Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
Officiell webbadress https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
Beskrivning Flash Video Downloader is for fast download video and flash from website.
Filstorlek 104 KB
Antal Installationer 12,982
Aktuell Version 2.0
Senast Uppdaterad 2023-11-21
Publiceringsdatum 2020-11-06
Betyg 2.50/5 Totalt 14 Betyg
Utvecklare Happy Apps
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.e-players.net/privacy.html
Stödda Språk 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"
    ]
}