Mobile App for Instagram
Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message
Mobile App for Instagram란 무엇입니까?
Mobile App for Instagram은(는) Web IG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message"입니다.
확장 프로그램 스크린샷
Mobile App for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension presents a set of most useful features for desktop Instagram: direct messages, upload stories and IGTV, downloading, and many more! 1. Full support of direct messages 2. Better layout for better experience 3. Upload IGTV or photo to Stories or Feed from your PC 4. Download any photo or video from Instagram to your PC 5. Go to dark mode for better user experience We are here to make your social experience better. One single click in your browser takes you to Instagram to share photos and video, view feed and chat with friends. Downloading feature is also available in order you could save your precious moments and view them later. You will love our new layout for Instagram. We made a perfect extension for Chrome with an intuitive design and nice interface and a bunch of useful features.
확장 프로그램 기본 정보
이름 | |
ID | mjpalpkidloagdebeaekjjfahbichjma |
공식 URL | https://chrome.google.com/webstore/detail/mobile-app-for-instagram/mjpalpkidloagdebeaekjjfahbichjma |
설명 | Instagram almost like in your smartphone. Download stories, photo and video. Upload photo. Direct Message |
파일 크기 | 65.87 KB |
설치 횟수 | 1,791 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2021-08-05 |
출시 날짜 | 2021-07-31 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Web IG |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/mobileappforinstagram |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.1", "minimum_chrome_version": "40", "default_locale": "en", "icons": { "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "16": "img\/icon_16.png" } }, "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "*:\/\/*.instagram.com\/*", "webRequest", "webRequestBlocking" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "css\/*", "img\/*" ] } |