download for image and video etc

download image&video

What is download for image and video etc?

download for image and video etc is a Chrome extension developed by https://sslbitcoin.com, and its main feature is "download image&video".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download download for image and video etc Extension CRX File

Download download for image and video etc 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 tool currently supports images  and video downloads from Instagram ;

1、download  images 
2、download  multi  images  one click
3、download  video
4、download  story


note:
This tool don't collect your data.                    

Extension Basic Information

Name download for image and video etc download for image and video etc
ID efihmmjlmbogdloblieccnfdllfhallj
Official URL https://chromewebstore.google.com/detail/download-for-image-and-vi/efihmmjlmbogdloblieccnfdllfhallj
Description download image&video
File Size 72.12 KB
Installation Count 38
Current Version 1.2.8
Last Updated 2023-08-26
Publish Date 2022-06-17
Developer https://sslbitcoin.com
Email [email protected]
Payment Type free
Extension Website https://sslbitcoin.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "download for image and video etc",
    "homepage_url": "https:\/\/sslbitcoin.com",
    "description": "download  image&video",
    "version": "1.2.8",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "iframeTmp.html"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/receive.png",
        "48": "img\/download.png"
    },
    "permissions": [
        "downloads",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.sslbitcoin.com\/*",
        "https:\/\/*.instagram.com\/"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "css": [
                "css\/content-new.css",
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/m.js",
                "js\/cs2.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.sslbitcoin.com\/*"
        ]
    },
    "content_security_policy": {
        "isolated_world": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com ; object-src 'self'"
    }
}