Flash Video Downloader

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

ما هو Flash Video Downloader؟

Flash Video Downloader هو إضافة Chrome تم تطويرها بواسطة Flash Video Downloader، والميزة الرئيسية لها هي "Download Flash & Video from web pages using popular Flash Video Downloader.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Flash Video Downloader

قم بتنزيل ملفات الامتداد Flash Video Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Flash Video Downloader Flash Video Downloader
ID lhkkbeaemakcpmhiachckhhcjljjfkpe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/flash-video-downloader/lhkkbeaemakcpmhiachckhhcjljjfkpe
الوصف Download Flash & Video from web pages using popular Flash Video Downloader.
حجم الملف 89.91 KB
عدد التثبيتات 38,564
النسخة الحالية 1.3.2
آخر تحديث 2023-06-29
تاريخ النشر 2020-05-29
تقييم 3.14/5 مجموع تقييمات 50
المطور Flash Video Downloader
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}