Downloader for Instagram™
Save photos and videos from Instagram™! Quick & Easy!
Downloader for Instagram™란 무엇입니까?
Downloader for Instagram™은(는) http://mxnpro.ovh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save photos and videos from Instagram™! Quick & Easy!"입니다.
확장 프로그램 스크린샷
Downloader for Instagram™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save stories, pictures, videos and images to your computer! Thanks to this extension, it's easier than ever before. Simply click on download button to save your favorite Instagram™ images and videos. Discover how to use the app : https://youtu.be/7tMAsr4EVlc ▬▬▬▬ FEATURES ▬▬▬▬ Download : - Videos - Images - Stories - Sliders - IGTV ▬▬▬▬ PRO FEATURES ▬▬▬▬ Mass save pictures to your computer ! Bulk save pictures from : - Hashtags - Location - Your feed - User feed ▬▬▬▬ Enjoy ! Disclamer : This Chrome extension is not endorsed or certified by Instagram™.
확장 프로그램 기본 정보
이름 | |
ID | dhchoilkelgbblajmpbhpofhheecgkhh |
공식 URL | https://chrome.google.com/webstore/detail/downloader-for-instagram/dhchoilkelgbblajmpbhpofhheecgkhh |
설명 | Save photos and videos from Instagram™! Quick & Easy! |
파일 크기 | 323 KB |
설치 횟수 | 90,000 |
현재 버전 | 2.1.15 |
최근 업데이트 | 2021-10-19 |
출시 날짜 | 2020-03-05 |
평점 | 3.42/5 총 142 개의 평점 |
개발자 | http://mxnpro.ovh |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://downloader-for-instagram.mxnpro.ovh/ |
개인정보 보호 정책 페이지 URL | https://mxnpro.ovh/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloader for Instagram\u2122", "short_name": "Downloader for Instagram\u2122", "version": "2.1.15", "description": "Save photos and videos from Instagram\u2122! Quick & Easy!", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "downloads", "activeTab", "downloads", "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content.js" ] }, { "run_at": "document_idle", "matches": [ "https:\/\/downloader-for-instagram.mxnpro.ovh\/*" ], "js": [ "checkout.js" ] } ], "web_accessible_resources": [ "dl.png", "dl-multi.png", "load.png" ] } |