Image and Video Downloader

Save images and videos from Instagram.

Image and Video Downloader란 무엇입니까?

Image and Video Downloader은(는) BrowserNative에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save images and videos from Instagram."입니다.

확장 프로그램 스크린샷

screenshot

Image and Video Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Image and Video Downloader Image and Video Downloader
ID khnadcdfjbjgojiilfdebbpiepokangj
공식 URL https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj
설명 Save images and videos from Instagram.
파일 크기 160 KB
설치 횟수 39,218
현재 버전 0.3.0
최근 업데이트 2020-06-01
출시 날짜 2020-05-31
평점 3.90/5 총 311 개의 평점
개발자 BrowserNative
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browsernative.com/instagram-downloader/
도움말 페이지 URL https://browsernative.com/instagram-downloader/
개인정보 보호 정책 페이지 URL https://browsernative.com/extensions-privacy-policy
지원되는 언어 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"
    }
}