Photo Downloader

Download photo from web pages via Photo Downloader.

ما هو Photo Downloader؟

Photo Downloader هو إضافة Chrome تم تطويرها بواسطة yesforword، والميزة الرئيسية لها هي "Download photo from web pages via Photo Downloader.".

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

screenshot

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

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

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

                        Photo Downloader is professional app for downloading images.

This picture downloader is able donwload photos from any websites, Instagram or YouTube video previews.

Just click to the icon of extension on the current website.                    

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

الاسم Photo Downloader Photo Downloader
ID mpckjhgdlbbionaadomjcllcjfepdpnc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/photo-downloader/mpckjhgdlbbionaadomjcllcjfepdpnc
الوصف Download photo from web pages via Photo Downloader.
حجم الملف 103 KB
عدد التثبيتات 2,721
النسخة الحالية 1.2.2
آخر تحديث 2023-01-21
تاريخ النشر 2021-01-20
تقييم 3.69/5 مجموع تقييمات 26
المطور yesforword
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.smart-finder.net/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "name": "Photo Downloader",
    "description": "Download photo from web pages via Photo Downloader.",
    "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": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "downloads"
    ]
}