download for image and video etc

download image&video

download for image and video etc란 무엇입니까?

download for image and video etc은(는) https://sslbitcoin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "download image&video"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

download for image and video etc 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 download for image and video etc download for image and video etc
ID efihmmjlmbogdloblieccnfdllfhallj
공식 URL https://chromewebstore.google.com/detail/download-for-image-and-vi/efihmmjlmbogdloblieccnfdllfhallj
설명 download image&video
파일 크기 72.12 KB
설치 횟수 38
현재 버전 1.2.8
최근 업데이트 2023-08-26
출시 날짜 2022-06-17
개발자 https://sslbitcoin.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sslbitcoin.com/
지원되는 언어 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'"
    }
}