SnapInsta: Instagram Downloader
SnapInsta: Instagram Downloader, Download Video, Photo, Reels, IGTV online.
SnapInsta: Instagram Downloader là gì?
SnapInsta: Instagram Downloader là một tiện ích mở rộng Chrome được phát triển bởi SnapSave Company, và tính năng chính của nó là "SnapInsta: Instagram Downloader, Download Video, Photo, Reels, IGTV online.".
Ả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 SnapInsta: Instagram Downloader
Tải xuống các tệp mở rộng SnapInsta: Instagram Downloader 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
**Download all instagram video and photo with SnapInsta Instagram Downloader chrome extension Instagram is a social network specializing in sharing images and videos, so it is designed on the basis of creating beautiful and attractive images. In the last few years, Instagram appeared and made social network users talk more passionately than Facebook SnapInsta has developed a utility (Chrome Extension) that will help users to scroll through instagram normally which can save from instagram with just 1 click. Sounds very convenient, let's find out the article below. **What is SnapInsta? SnapInsta is a famous Instagram video downloader, which supports everyone to download Instagram like videos, photos, stories, reels ... features that Instagram does not support. Completely free and unlimited downloads. **Chrome extension SnapInsta To increase utility and convenience for users. In addition to optimizing the website: https://snapinsta.app we also developed a Chrome Extension so that users can download it from Instagram most easily in many different ways depending on their preferences. **Download Instagram videos SnapInsta plugin can download any video on SnapInsta just go to the post and click on the Download icon we added to save the video to your device. SnapInsta Plugin supports downloading videos from all posts, stories, reels and IGTV. The saved videos will be in HD definition. **Download Instagram photos You can view photos and download them at the same time because we have integrated the download button into Instagram. You can download all the photos on a person's profile with just one click. SnapInsta Plugin will compress all images into a zip file and download it for you. Very convenient and time saving. **Download Insta video Reels SnapInsta Plugin is made to let you download Reels videos for any goal you want. **Download all Profiles You can download all content from your Profile, or other people, From Instagram by clicking the Download button on the blue Menu, when going to someone's Profile on Instagram **** IMPORTANT !!! I don't collect your browsing history. To send information from the background script to the content_scripts I need the tabs permission which triggers the warning for the browsing history.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bomhlnkkpcdlbejjbekgfohjfjgnopfd |
URL Chính Thức | https://chrome.google.com/webstore/detail/snapinsta-insta-downloade/bomhlnkkpcdlbejjbekgfohjfjgnopfd |
Mô tả | SnapInsta: Instagram Downloader, Download Video, Photo, Reels, IGTV online. |
Kích Thước Tệp | 574 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-12-06 |
Ngày Phát Hành | 2021-07-13 |
Đánh Giá | 2.45/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | SnapSave Company |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://snapinsta.app |
URL Trang Trợ Giúp | https://snapinsta.app/pages/contact |
URL Trang Chính Sách Bảo Mật | https://snapsave.app/landing/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,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,ru,uk,mr,hi,bn,gu,ta,te,ml,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/favicon.png", "default_popup": "background.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "css": [ "css\/extension.css" ], "js": [ "js\/extension.js" ], "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*" ] } ], "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "512": "icons\/instagram.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjhsJQLbYS8xAY2uKwODg0KmG6KxmafEM3bgPqkRytRVX28Z0Pzm41CSxhcxcEfKzSYSotEe\/jzUnEwd25kZmaeH45ZqAL4siVkojqsQntlh0rnpHLH6XRCGznnmlvCT7xDLRsxejyqeF3EpTKOMMAdBuFhMlXlWA0cMwiesPF1DyFE2x5IKqOgt3RS5qwy3iaMkid8d88DnDm1LkPXacVcrgkaHZzs9WOuCwm7MNDYNF8\/bCYHde5WTdgJu7G\/dyZVh83GoZ1SQLU7q6lgxfyHlWcnNLCVFuu3HYCi34\/DwwAxIC6qsgLp+OZlj6CeDS34QL8SPkhD6iw08ODr1ylQIDAQAB", "manifest_version": 2, "name": "__MSG_extName__", "options_ui": { "page": "options.html" }, "permissions": [ "downloads", "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.cdninstagram.net\/*", "*:\/\/*.fbcdn.net\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "web_accessible_resources": [ "icons\/download_black.png", "icons\/download_white.png", "icons\/instagram.png" ] } |