Downloader for Instagram
The app downloads Stories, Videos and Photos from Instagram website. Convenient mobile interface is available as an option
Downloader for Instagram là gì?
Downloader for Instagram là một tiện ích mở rộng Chrome được phát triển bởi grouptoking, và tính năng chính của nó là "The app downloads Stories, Videos and Photos from Instagram website. Convenient mobile interface is available as an option".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Downloader for Instagram
Tải xuống các tệp mở rộng Downloader for Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
For Instagram users, we have an excellent extension - Uploading photos from Instagram + Direct. With our new product, you can download any story or video very quickly and easily. The quality of the downloadable material from Instagram remains the same. There is also feedback, that is, through our extension you can upload photos or videos to Instagram. Another great feature that lets you send direct Instagram messages from your browser. Everything is as convenient as possible. Our product Uploading photos from Instagram + Direct. Lightweight and has a simple interface. Rather, install a free extension and proceed to use it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fbooobfmanhhdbhdgolllplpmibneilb |
URL Chính Thức | https://chrome.google.com/webstore/detail/instagram-downloader-dire/fbooobfmanhhdbhdgolllplpmibneilb |
Mô tả | The app downloads Stories, Videos and Photos from Instagram website. Convenient mobile interface is available as an option |
Kích Thước Tệp | 121 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-06-04 |
Ngày Phát Hành | 2021-04-25 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | grouptoking |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.ensemblevideo.com/company/privacy-policy.aspx |
Ngôn Ngữ Được Hỗ Trợ | 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,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "browser_action": { "default_icon": "\/instagram.png", "default_popup": "htmlFrames\/directFrame.html" }, "icons": { "128": "\/instagram.png" }, "content_scripts": [ { "all_frames": true, "css": [ "cssStyles\/addon.css", "cssStyles\/addonDiv.css", "cssStyles\/addonBody.css", "cssStyles\/addonGrid.css" ], "js": [ "js\/common.js", "\/jquery-2.1.3.min.js", "js\/insta_addon_dom.js", "js\/insta_addon.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ] }, { "all_frames": true, "run_at": "document_start", "js": [ "js\/common.js", "js\/insta_mobil_handler.js", "js\/insta_mobil.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ] }, { "css": [ "cssStyles\/searcherDiv.css", "cssStyles\/searcherMainContainer.css", "cssStyles\/searcherImageStyle.css", "cssStyles\/searcherCommon.css" ], "js": [ "js\/common.js", "js\/searcherContainer.js", "js\/searcher.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.seolung.design; object-src 'self'", "web_accessible_resources": [ "\/*.png", "\/*.html" ], "manifest_version": 2, "background": { "scripts": [ "js\/common.js", "js\/shadowListener.js", "js\/shadowRoot.js" ] }, "permissions": [ "storage", "tabs", "downloads", "*:\/\/*.instagram.com\/*", "webRequest", "webRequestBlocking", "contextMenus" ], "version": "1.0" } |