Video & Photo Downloader For IG
Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.
Video & Photo Downloader For IG란 무엇입니까?
Video & Photo Downloader For IG은(는) igvidsdownload에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click."입니다.
확장 프로그램 스크린샷
Video & Photo Downloader For IG 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | kggfegclemhiainkddbhhgobheohnjha |
공식 URL | https://chrome.google.com/webstore/detail/video-photo-downloader-fo/kggfegclemhiainkddbhhgobheohnjha |
설명 | Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click. |
파일 크기 | 175 KB |
설치 횟수 | 36,063 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2022-06-16 |
출시 날짜 | 2021-05-09 |
평점 | 3.04/5 총 108 개의 평점 |
개발자 | igvidsdownload |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.6", "manifest_version": 3, "name": "Video & Photo Downloader For IG", "description": "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.", "icons": { "32": "icons\/icon32.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "164": "icons\/icon164.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "downloads" ], "web_accessible_resources": [ { "resources": [ "\/icons\/*" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "chrome_settings_overrides": { "search_provider": { "name": "Smart", "keyword": "Smart", "search_url": "https:\/\/ecsmartfinder.com?n=430&q={searchTerms}", "favicon_url": "https:\/\/ecsmartfinder.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } } } |