Image and Video Downloader

Save images and videos from Instagram.

Image and Video Downloader là gì?

Image and Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi BrowserNative, và tính năng chính của nó là "Save images and videos from Instagram.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image and Video Downloader

Tải xuống các tệp mở rộng Image and Video Downloader 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

                        Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save.

Visit homepage for more: https://browsernative.com/instagram-downloader/

Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com.                    

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

Tên Image and Video Downloader Image and Video Downloader
ID khnadcdfjbjgojiilfdebbpiepokangj
URL Chính Thức https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj
Mô tả Save images and videos from Instagram.
Kích Thước Tệp 160 KB
Số Lần Cài Đặt 39,218
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2020-06-01
Ngày Phát Hành 2020-05-31
Đánh Giá 3.90/5 Tổng số 311 Đánh Giá
Nhà Phát Triển BrowserNative
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://browsernative.com/instagram-downloader/
URL Trang Trợ Giúp https://browsernative.com/instagram-downloader/
URL Trang Chính Sách Bảo Mật https://browsernative.com/extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image and Video Downloader",
    "description": "Save images and videos from Instagram.",
    "version": "0.3.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/",
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "static\/icon-128.png",
        "default_title": "Image and Video Downloader for Instagram"
    }
}