Web for Instagram with Direct
It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!
Web for Instagram with Direct란 무엇입니까?
Web for Instagram with Direct은(는) mlacezzi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more!"입니다.
확장 프로그램 스크린샷
Web for Instagram with Direct 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | lpjdhdbbbbfgopminkbmpnhmkhbmmfni |
공식 URL | https://chrome.google.com/webstore/detail/web-for-instagram-with-di/lpjdhdbbbbfgopminkbmpnhmkhbmmfni |
설명 | It's a set of most useful features for Instagram: direct messages, upload stories and IGTV, screenshot capture, and much more! |
파일 크기 | 348 KB |
설치 횟수 | 1,289 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-01-31 |
출시 날짜 | 2021-11-15 |
평점 | 4.75/5 총 12 개의 평점 |
개발자 | mlacezzi |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.saveandshare.tk/policy |
지원되는 언어 | de,en,fil,fr,nl,vi,ca,es,it,fi,hi,th,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/storage.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/64.png", "default_title": "__MSG_name__" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/ua.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "css": [ "css\/rate.css" ], "js": [ "js\/content-scripts\/rate.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "all_frames": true, "css": [ "css\/content.css" ], "js": [ "js\/lib\/jquery.min.js", "js\/storage.js", "js\/content-scripts\/content.js" ], "matches": [ "*:\/\/www.instagram.com\/*" ] }, { "all_frames": true, "js": [ "js\/content-scripts\/instaLinkListener.js" ], "matches": [ "*:\/\/*\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "img\/128.png", "32": "img\/32.png", "64": "img\/64.png" }, "manifest_version": 2, "name": "__MSG_name__", "options_page": "options.html", "permissions": [ " |