Assistant for Instagram™ by NNT
Downloader for Instagram™ and uploader for Instagram™ in one app. Instagram video controls
Assistant for Instagram™ by NNT란 무엇입니까?
Assistant for Instagram™ by NNT은(는) https://noname.technology에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloader for Instagram™ and uploader for Instagram™ in one app. Instagram video controls"입니다.
확장 프로그램 스크린샷
Assistant for Instagram™ by NNT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download videos and images from stories, reels, posts. Post stories to Instagram™ from your PC. Avdanced reels controls with autoplay mode. Videos progress bar Multi featured Instagram downloader by NNT - it’s a new level of your user experience in social network 🔥 Use your Instagram™ profile on PC / MAC with additional features: Post videos, photos, IGTVs easily from your computer in their original quality Download images, videos, stories to your PC in one click 🔥 Upload videos / photos to Instagram stories directly from your computer Send direct messages and comments Use a full-screen mode to get better user experience Use a dark mode for Instagram on PC Store and organize the saved content. The extention will generate appropriate file names for you after downloading videos / images from Instagram Assistant by NNT is a useful and easy tool for Instagram users who want to download and save favorite content in its original quality with minimal effort. We would be grateful if you rate us and share with your friends 😉 Disclaimer: Assistant for Instagram™ by NNT does not belong or related to the official Instagram application / website in any ways.
확장 프로그램 기본 정보
이름 | Assistant for Instagram™ by NNT |
ID | mbpndhlfcmbnckcgmcdhhgcgmndiocni |
공식 URL | https://chromewebstore.google.com/detail/assistant-for-instagram-b/mbpndhlfcmbnckcgmcdhhgcgmndiocni |
설명 | Downloader for Instagram™ and uploader for Instagram™ in one app. Instagram video controls |
파일 크기 | 571 KB |
설치 횟수 | 75 |
현재 버전 | 0.1.6 |
최근 업데이트 | 2023-12-24 |
출시 날짜 | 2023-07-02 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | https://noname.technology |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://noname.technology |
도움말 페이지 URL | https://noname.technology/contacts |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,uk,iw,fa,hi,bn,ta,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.6", "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "web_accessible_resources": [ { "resources": [ "src\/pages\/csHelper\/index.js", "content.styles.css", "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png", "images\/*", "src\/pages\/app\/index.html" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ] } |