download for image and video etc

download image&video

download for image and video etc là gì?

download for image and video etc là một tiện ích mở rộng Chrome được phát triển bởi https://sslbitcoin.com, và tính năng chính của nó là "download image&video".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng download for image and video etc

Tải xuống các tệp mở rộng download for image and video etc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên download for image and video etc download for image and video etc
ID efihmmjlmbogdloblieccnfdllfhallj
URL Chính Thức https://chromewebstore.google.com/detail/download-for-image-and-vi/efihmmjlmbogdloblieccnfdllfhallj
Mô tả download image&video
Kích Thước Tệp 72.12 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.2.8
Cập Nhật Lần Cuối 2023-08-26
Ngày Phát Hành 2022-06-17
Nhà Phát Triển https://sslbitcoin.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sslbitcoin.com/
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}