Instagram Downloader
Download images and videos from Instagram
Instagram Downloader là gì?
Instagram Downloader là một tiện ích mở rộng Chrome được phát triển bởi PhotograpHB, và tính năng chính của nó là "Download images and videos from Instagram".
Ả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 Instagram Downloader
Tải xuống các tệp mở rộng 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
Usage: download images and videos using url copied from Instagram posts
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | egdbpdbjpbpflgmghkdaeijojbbjhhac |
URL Chính Thức | https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac |
Mô tả | Download images and videos from Instagram |
Kích Thước Tệp | 277 KB |
Số Lần Cài Đặt | 460 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2022-02-14 |
Ngày Phát Hành | 2022-02-14 |
Nhà Phát Triển | PhotograpHB |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/HaibiPeng/instagram-save-ext |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Downloader", "description": "Download images and videos from Instagram", "version": "0.1.0", "manifest_version": 3, "icons": { "16": ".\/16.png", "32": ".\/32.png", "48": ".\/48.png", "128": ".\/128.png" }, "background": { "service_worker": ".\/background.js" }, "options_page": ".\/options.html", "action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*\/*" ] } |