Image Downloader

Filter and download the images you want from the page

ما هو Image Downloader؟

Image Downloader هو إضافة Chrome تم تطويرها بواسطة popov.alex0198، والميزة الرئيسية لها هي "Filter and download the images you want from the page".

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

screenshot

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

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

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

                        Image Downloader allows you to instantly download all the images from the web pages. Our new extension will help you with your work with images. This brand new Chrome browser extension is pretty useful and reliable. Image Downloader has no advertisement or any kind tracking. This extension is so simple and user-friendly, that you don`t need to have some special and high computer skills to properly use it. It`s simple as that – search, find, choose and download all images you need. Get this extension and save the pictures just in one second. It`s also a great tool to help you, if you need to make a collection of certain type of images. This app will actually make your life easy. We want to make your browsing as comfortable and pleasant as it`s possible. Every image format can be downloaded by this extension, so you can literally download all the images possible. Our new app is a good tool to improve your working process.
And yeah, the extension is absolutely free! We just want you to have the best browsing experience ever. If you have a task to get a certain amount of pictures from the web, then just install this extension and download images faster and easier. The process is incredibly simple and intuitive – search, find and download image. Don`t hesitate and just get the app. After you click on the “download” button, it`ll automatically download image to a specific folder on your device. This extension is really something new and fresh. So just install our app and download images on the web in one click. The extension will remarkably effect on your browsing experience.                    

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

الاسم Image Downloader Image Downloader
ID kdgipepeekcahneeconkmjfkahppjmdb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/image-downloader/kdgipepeekcahneeconkmjfkahppjmdb
الوصف Filter and download the images you want from the page
حجم الملف 29.97 KB
عدد التثبيتات 3,000
النسخة الحالية 1.5
آخر تحديث 2022-08-02
تاريخ النشر 2021-03-31
تقييم 2.50/5 مجموع تقييمات 4
المطور popov.alex0198
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "background": {
        "scripts": [
            "sufta.js"
        ]
    },
    "browser_action": {
        "default_icon": "ceta.png",
        "default_popup": "garta.html"
    },
    "content_scripts": [
        {
            "js": [
                "sunami.js",
                "arfaga.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "ceta.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlrl1tfc0\/EFAugxW2vPURhjXuKzJtCDAU7n2h+yASBuGQFhfZj5hpeDLLiNGbc7bHbNsbSdRw1pHCXCnLv0LWoTAq8iie5vElV7e1UzSZKE1opAagwLlpJpCmrMQxSY4gstmTp+aDccMQNe7nfrqA8sG7uLj7ZtGFb2UUC\/VjsxVD\/O4ncfJQ\/+Zyul1CGhnWDovLULKwkVk6c87\/FmdSSy+RiJL+M3aSPR\/e6pUEIeeMbGkToymFulIIWVo3nx8X6ICRrOEmZNZS9zmvc\/Qy4NthBtKCkimG5GaU21xDL6uJhpldHzGswZKq73+IViQ1TTIoTgq97jkUEyj4Y\/hHwIDAQAB",
    "manifest_version": 2,
    "name": "Image Downloader",
    "permissions": [
        "",
        "downloads",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5"
}