Image Extractor - by Visual View

Single click extract and download images on any webpage

What is Image Extractor - by Visual View?

Image Extractor - by Visual View is a Chrome extension developed by https://visualview.app, and its main feature is "Single click extract and download images on any webpage".

Extension Screenshots

screenshot

Download Image Extractor - by Visual View Extension CRX File

Download Image Extractor - by Visual View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Image Extractor - by Visual View Image Extractor - by Visual View
ID ppbbnicomlpilfkohhknjdkndelfncjl
Official URL https://chromewebstore.google.com/detail/image-extractor-by-visual/ppbbnicomlpilfkohhknjdkndelfncjl
Description Single click extract and download images on any webpage
File Size 656 KB
Installation Count 2,697
Current Version 0.0.4
Last Updated 2022-07-21
Publish Date 2021-06-29
Rating 5.00/5 Total 7 Ratings
Developer https://visualview.app
Email [email protected]
Payment Type free
Extension Website https://www.visualview.app/
Privacy Policy Page URL https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8
Supported Languages 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"
    ]
}