Flash Video Downloader

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

ما هو Flash Video Downloader؟

Flash Video Downloader هو إضافة Chrome تم تطويرها بواسطة Happy Apps، والميزة الرئيسية لها هي "Flash Video Downloader is for fast download video and flash from website.".

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

screenshot
screenshot

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

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

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

                        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.                    

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

الاسم Flash Video Downloader Flash Video Downloader
ID fdfhandebecnbhmlennmbceoefpeganj
عنوان URL الرسمي https://chromewebstore.google.com/detail/flash-video-downloader/fdfhandebecnbhmlennmbceoefpeganj
الوصف Flash Video Downloader is for fast download video and flash from website.
حجم الملف 104 KB
عدد التثبيتات 12,982
النسخة الحالية 2.0
آخر تحديث 2023-11-21
تاريخ النشر 2020-11-06
تقييم 2.50/5 مجموع تقييمات 14
المطور Happy Apps
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.e-players.net/privacy.html
اللغات المدعومة 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"
    ]
}