Resources downloader

Download the resources displayed on a page easily!

ما هو Resources downloader؟

Resources downloader هو إضافة Chrome تم تطويرها بواسطة https://cod3.net، والميزة الرئيسية لها هي "Download the resources displayed on a page easily!".

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

screenshot

تحميل ملف CRX للإضافة Resources downloader

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

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

                        List and save the images, gifs, videos, music displayed in your browser. Works with most websites like imgur, 4chan and reddit.

Resource Downloader adds a panel to DevTools, right-click on your page, select "Inspect", click on the "Resources" tab and you're set.

Reload your page and check the resources you want to download.

You can also filter and sort the resources by name, url, mime type, size etc.                    

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

الاسم Resources downloader Resources downloader
ID jdeiocmhhepbkbcmimheejheebeodbmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/resources-downloader/jdeiocmhhepbkbcmimheejheebeodbmm
الوصف Download the resources displayed on a page easily!
حجم الملف 200 KB
عدد التثبيتات 4,562
النسخة الحالية 0.0.6
آخر تحديث 2022-06-01
تاريخ النشر 2017-04-10
تقييم 3.57/5 مجموع تقييمات 14
المطور https://cod3.net
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://twitter.com/j_____________n
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/action\/browser_action.html",
        "default_title": "Resource downloader"
    },
    "description": "Download the resources displayed on a page easily!",
    "devtools_page": "src\/devtools\/devtools.html",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Resources downloader",
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.6"
}