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文件
下載Assistant for Instagram™ by NNT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } ] } |