App for Instagram in Browser with Direct
Extension for Instagram, allows you to exchange private messages in direct.
App for Instagram in Browser with Direct란 무엇입니까?
App for Instagram in Browser with Direct은(는) http://poqdev.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for Instagram, allows you to exchange private messages in direct."입니다.
확장 프로그램 스크린샷
App for Instagram in Browser with Direct 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is much superior to an Instagram smartphone app! IG Stories, as well as other features, can be viewed or downloaded/uploaded directly in your browser. It's a basic browser extension that allows you to easily download photographs and images, post messages, or just watch what your friends are up to. COOL FEATURES: Upload images to Instagram from your phone. - You can quickly upload a picture or video file to Instagram from your phone. Upload the tales. - Tell your peers of the most important events of your life. Download any Instagram images or videos you want. - You can quickly download any videos or pictures to your desktop. - Users would have no idea you've watched and downloaded their Story if you do so. See the stories of people you're not following. - Even if you don't follow them, you can go to their profile and read their story or message. Take a screenshot of the page. - Take fast snapshots on Instagram without having to install any extra plugins. All is very straightforward. In no way does Web for Instagram belong to or contribute to the official Instagram application/website. It is an unauthorized software that is privately developed and maintained. Only smartphones and the internet are supported by the official app.
확장 프로그램 기본 정보
이름 | |
ID | eicmpjhebninebabifciaiamcnlacagb |
공식 URL | https://chrome.google.com/webstore/detail/app-for-instagram-in-brow/eicmpjhebninebabifciaiamcnlacagb |
설명 | Extension for Instagram, allows you to exchange private messages in direct. |
파일 크기 | 358 KB |
설치 횟수 | 9,000 |
현재 버전 | 1.1.7 |
최근 업데이트 | 2022-03-07 |
출시 날짜 | 2021-05-01 |
평점 | 4.91/5 총 11 개의 평점 |
개발자 | http://poqdev.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://poqdev.com/ |
도움말 페이지 URL | https://poqdev.com/ |
개인정보 보호 정책 페이지 URL | https://poqdev.com/privacity |
지원되는 언어 | 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 | |
{ "background": { "scripts": [ "libs\/jquery.js", "background.js" ] }, "browser_action": { "default_icon": { "128": "assets\/icons\/icon128.png", "256": "assets\/icons\/icon256.png", "32": "assets\/icons\/icon32.png", "64": "assets\/icons\/icon64.png" }, "default_title": "__MSG_name__" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/browser.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle" }, { "js": [ "js\/replace.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ], "run_at": "document_start" }, { "css": [ "assets\/css\/popup.css" ], "js": [ "libs\/jquery.js", "js\/content.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "all_frames": true, "js": [ "js\/instaLinkListener.js" ], "matches": [ " |