Media Helper for Instagram
Easily download Instagram pictures.
Media Helper for Instagram란 무엇입니까?
Media Helper for Instagram은(는) mittya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download Instagram pictures."입니다.
확장 프로그램 스크린샷
Media Helper for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Warning: Please don't use it too much, the operation is not allowed by IG. Although this tool only simulates local storage of images, IG may be able to detect abnormal users in the near future, so please take care of this yourself if it causes your users to be abnormal.
확장 프로그램 기본 정보
이름 | Media Helper for Instagram |
ID | albdnahmanonkmhoamgfjbjgbjabbiid |
공식 URL | https://chromewebstore.google.com/detail/media-helper-for-instagra/albdnahmanonkmhoamgfjbjgbjabbiid |
설명 | Easily download Instagram pictures. |
파일 크기 | 27.26 KB |
설치 횟수 | 40,345 |
현재 버전 | 1.28.2 |
최근 업데이트 | 2024-01-10 |
출시 날짜 | 2020-05-05 |
평점 | 4.00/5 총 192 개의 평점 |
개발자 | mittya |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.28.2", "action": { "default_icon": { "19": "icons\/icon_512.png", "38": "icons\/icon_512.png" } }, "icons": { "16": "icons\/icon_512.png", "48": "icons\/icon_512.png", "128": "icons\/icon_512.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ] } ], "permissions": [ "tabs", "downloads", "scripting" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ] } |