Flash Video Downloader

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

Apa itu Flash Video Downloader?

Flash Video Downloader adalah ekstensi Chrome yang dikembangkan oleh Flash Video Downloader, dan fitur utamanya adalah "Download Flash & Video from web pages using popular Flash Video Downloader.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Flash Video Downloader

Unduh file ekstensi Flash Video Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Flash Video Downloader Flash Video Downloader
ID lhkkbeaemakcpmhiachckhhcjljjfkpe
URL Resmi https://chrome.google.com/webstore/detail/flash-video-downloader/lhkkbeaemakcpmhiachckhhcjljjfkpe
Deskripsi Download Flash & Video from web pages using popular Flash Video Downloader.
Ukuran File 89.91 KB
Jumlah Instalasi 38,564
Versi Saat Ini 1.3.2
Terakhir Diperbarui 2023-06-29
Tanggal Publikasi 2020-05-29
Penilaian 3.14/5 Total 50 Penilaian
Pengembang Flash Video Downloader
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}