App for Instagram™
Use the mobile version of Instagram directly in the browser. Upload/download stories or IGTV, and other functions!
App for Instagram™란 무엇입니까?
App for Instagram™은(는) web-igapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the mobile version of Instagram directly in the browser. Upload/download stories or IGTV, and other functions!"입니다.
확장 프로그램 스크린샷
App for Instagram™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a Chrome extension, which tweaks the Desktop Instagram version to look like a mobile app with support for Chrome IG Story and upload your photos and videos for share with your friends. The iconic layout of mobile Instagram is in your browser! Simply click the button and get all features like in the mobile app. Many users enjoy this app so much that they want to use on PC and utilize its full function, just as if they were using it on their phone. Basic features on "App for Instagram": ➖ Direct messages (DM) are fully supported; ➖ Upload your own IGTV videos from the PC; ➖ Convenience layout for your better Instagram experience; ➖ Use Dark Mode directly on Instagram (without installing additional plugins with a dark theme); ➖ New! Take quick screen capture and share with your friends; ➖ Create your own posts and share them with your friends right from your browser; ➖ And also many other functions that you use in the Instagram mobile version. Instagram is a popular photo-sharing network which allows you to instantly share photo snaps and short video clips of your daily life. LEGAL Instagram™ is a trademark of Instagram Inc., registered in the U.S. and other countries. This is an independent project developed by web-igapp.com. All Instagram icons, images and copyrights are the property of Instagram Inc. If you like our product, please tell your friends about it and also we will glad see your comments, ratings for app. Feel free to ask questions or offer your ideas to improve our extension.
확장 프로그램 기본 정보
이름 | |
ID | fhkhmblpnhfedddndenodedcaknclgkd |
공식 URL | https://chrome.google.com/webstore/detail/app-for-instagram/fhkhmblpnhfedddndenodedcaknclgkd |
설명 | Use the mobile version of Instagram directly in the browser. Upload/download stories or IGTV, and other functions! |
파일 크기 | 208 KB |
설치 횟수 | 200,000 |
현재 버전 | 1.2.8 |
최근 업데이트 | 2022-08-29 |
출시 날짜 | 2020-10-30 |
평점 | 4.64/5 총 2186 개의 평점 |
개발자 | web-igapp.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://web-igapp.com/privacy-policy.html |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/libs\/jquery.js", "bg\/background.js" ] }, "browser_action": { "default_icon": { "128": "icons\/icon128.png", "256": "icons\/icon256.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png" }, "default_title": "__MSG_name__" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/chrome.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle" }, { "js": [ "js\/transform.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/popup.css", "css\/dialogBox.css", "css\/theme-night.css" ], "js": [ "js\/libs\/jquery.js", "js\/content.js", "js\/dialogBox.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "all_frames": true, "js": [ "js\/linkListener.js" ], "matches": [ " |