Image Extractor - by Visual View

Single click extract and download images on any webpage

ما هو Image Extractor - by Visual View؟

Image Extractor - by Visual View هو إضافة Chrome تم تطويرها بواسطة https://visualview.app، والميزة الرئيسية لها هي "Single click extract and download images on any webpage".

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

screenshot

تحميل ملف CRX للإضافة Image Extractor - by Visual View

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

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

                        The simplest way to extract and download images on a webpage.                    

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

الاسم Image Extractor - by Visual View Image Extractor - by Visual View
ID ppbbnicomlpilfkohhknjdkndelfncjl
عنوان URL الرسمي https://chromewebstore.google.com/detail/image-extractor-by-visual/ppbbnicomlpilfkohhknjdkndelfncjl
الوصف Single click extract and download images on any webpage
حجم الملف 656 KB
عدد التثبيتات 2,697
النسخة الحالية 0.0.4
آخر تحديث 2022-07-21
تاريخ النشر 2021-06-29
تقييم 5.00/5 مجموع تقييمات 7
المطور https://visualview.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.visualview.app/
عنوان صفحة سياسة الخصوصية https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Extractor - by Visual View",
    "description": "Single click extract and download images on any webpage",
    "version": "0.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "title": "Extract images"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "downloads",
        "activeTab"
    ]
}