Mass Downloader For Instagram™ Photos Videos
Batch download instagram Instagram™ posts, photos and videos to your computer in one click!
Mass Downloader For Instagram™ Photos Videos란 무엇입니까?
Mass Downloader For Instagram™ Photos Videos은(는) MXNPro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Batch download instagram Instagram™ posts, photos and videos to your computer in one click!"입니다.
확장 프로그램 스크린샷
Mass Downloader For Instagram™ Photos Videos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How to download Instagram Photos or Videos? Thanks to this extension, you can save multiple posts to your computer in just on click! ▬▬▬▬▬▬▬▬ FEATURES ▬▬▬▬▬▬▬▬ > Mass / Bulk download > Save photos > Save videos > Save full sliders' content ▬▬▬▬▬▬▬▬ DISCLAMER ▬▬▬▬▬▬▬▬ This Chrome extension is not endorsed or certified by Instagram™. All Instagram™ logos and trademarks displayed on this extension are property of third parties. This plugin is distributed AS IS. You use it at your own risk. For more info, privacy policy and terms of service, visit our web site: http://www.mxnpro.ovh/
확장 프로그램 기본 정보
이름 | |
ID | dgmplgcmonepegccfoafefopogoiodha |
공식 URL | https://chrome.google.com/webstore/detail/mass-downloader-for-insta/dgmplgcmonepegccfoafefopogoiodha |
설명 | Batch download instagram Instagram™ posts, photos and videos to your computer in one click! |
파일 크기 | 215 KB |
설치 횟수 | 5,000 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2021-09-27 |
출시 날짜 | 2019-05-31 |
평점 | 1.72/5 총 29 개의 평점 |
개발자 | MXNPro |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://mxnpro.ovh/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mass Downloader For Instagram\u2122 Photos Videos", "short_name": "Mass Downloader For Instagram\u2122", "version": "1.1.5", "description": "Batch download instagram Instagram\u2122 posts, photos and videos to your computer in one click!", "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": [ "activeTab", "downloads", "webRequest", "webRequestBlocking", "storage", "*:\/\/*.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": [ { "run_at": "document_idle", "matches": [ "https:\/\/mass-downloader-for-instagram.mxnpro.ovh\/*" ], "js": [ "checkout.js" ] } ], "web_accessible_resources": [ "extractor.js", "autoConnect.js" ] } |