Flash Downloader

Flash Downloader - download flash game from websites.

ما هو Flash Downloader؟

Flash Downloader هو إضافة Chrome تم تطويرها بواسطة Tools for Browser، والميزة الرئيسية لها هي "Flash Downloader - download flash game from websites.".

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

screenshot
screenshot
screenshot

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

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

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

                        Flash Downloader is professional tool for downloading games in media files swf from webpages.

1) Click the icon on the web page.
2) Download one flash game. 
3) Download all files for one click.

Please read this: Flash Downloader is not responsible for content which you download. We suggest to check first media copyright permissions before downloading media files.                    

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

الاسم Flash Downloader Flash Downloader
ID eepdaplnjgknikdfmmiihcohocmpmimg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/flash-downloader/eepdaplnjgknikdfmmiihcohocmpmimg
الوصف Flash Downloader - download flash game from websites.
حجم الملف 99.02 KB
عدد التثبيتات 14,125
النسخة الحالية 1.3.2
آخر تحديث 2022-11-26
تاريخ النشر 2020-06-17
تقييم 2.71/5 مجموع تقييمات 52
المطور Tools for Browser
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "name": "Flash Downloader",
    "description": "Flash Downloader - download flash game from websites.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}