Wix Image Downloader

This is a custom extension to download images from wix website.

What is Wix Image Downloader?

Wix Image Downloader is a Chrome extension developed by Unknown, and its main feature is "This is a custom extension to download images from wix website.".

Extension Screenshots

screenshot

Download Wix Image Downloader Extension CRX File

Download Wix Image Downloader 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

                        This is a wix image downloaded.                    

Extension Basic Information

Name Wix Image Downloader Wix Image Downloader
ID phknhncjbkehihhchhllabhlggjlenai
Official URL https://chromewebstore.google.com/detail/wix-image-downloader/phknhncjbkehihhchhllabhlggjlenai
Description This is a custom extension to download images from wix website.
File Size 238 KB
Installation Count 838
Current Version 1.1
Last Updated 2019-01-19
Publish Date 2019-01-19
Rating 2.33/5 Total 9 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wix Image Downloader",
    "version": "1.1",
    "offline_enabled": true,
    "description": "This is a custom extension to download images from wix website.",
    "icons": {
        "16": "icon.png",
        "128": "icon_128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wixsite.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Wix Image Downloader",
        "default_popup": "popup.html"
    }
}