Flash Video Downloader

Download Flash & Video from web pages using popular Flash Video Downloader.

Co je Flash Video Downloader?

Flash Video Downloader je rozšíření Chrome vyvinuté Flash Video Downloader, a jeho hlavní funkcí je „Download Flash & Video from web pages using popular Flash Video Downloader.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Flash Video Downloader

Stáhněte si soubory rozšíření Flash Video Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Flash Video Downloader is able download flash & videos from websites. 

Downloading:
 • Click to icon of extension. 
 • Will appear available files.
 • Download one or all files in supported format.

Supported formats:
 • Flash - swf, flv
 • Video - avi, mkv, mp4, mpg, wmv and more

Note:
 • Flash Video Downloader is not responsible for available files downloaded from webpages. Users should check permissions copyright of web.                    

Základní Informace o Rozšíření

Název Flash Video Downloader Flash Video Downloader
ID lhkkbeaemakcpmhiachckhhcjljjfkpe
Oficiální URL https://chrome.google.com/webstore/detail/flash-video-downloader/lhkkbeaemakcpmhiachckhhcjljjfkpe
Popis Download Flash & Video from web pages using popular Flash Video Downloader.
Velikost souboru 89.91 KB
Počet instalací 38,564
Aktuální Verze 1.3.2
Poslední Aktualizace 2023-06-29
Datum Vydání 2020-05-29
Hodnocení 3.14/5 Celkem 50 Hodnocení
Vývojář Flash Video Downloader
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "name": "Flash Video Downloader",
    "description": "Download Flash & Video from web pages using popular Flash Video Downloader.",
    "background": {
        "service_worker": "background.js"
    },
    "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"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}