Media Helper for Instagram
Easily download Instagram pictures.
Media Helper for Instagram là gì?
Media Helper for Instagram là một tiện ích mở rộng Chrome được phát triển bởi mittya, và tính năng chính của nó là "Easily download Instagram pictures.".
Ả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 Media Helper for Instagram
Tải xuống các tệp mở rộng Media Helper 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
Warning: Please don't use it too much, the operation is not allowed by IG. Although this tool only simulates local storage of images, IG may be able to detect abnormal users in the near future, so please take care of this yourself if it causes your users to be abnormal.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Media Helper for Instagram |
ID | albdnahmanonkmhoamgfjbjgbjabbiid |
URL Chính Thức | https://chromewebstore.google.com/detail/media-helper-for-instagra/albdnahmanonkmhoamgfjbjgbjabbiid |
Mô tả | Easily download Instagram pictures. |
Kích Thước Tệp | 27.26 KB |
Số Lần Cài Đặt | 40,345 |
Phiên Bản Hiện Tại | 1.28.2 |
Cập Nhật Lần Cuối | 2024-01-10 |
Ngày Phát Hành | 2020-05-05 |
Đánh Giá | 4.00/5 Tổng số 192 Đánh Giá |
Nhà Phát Triển | mittya |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.28.2", "action": { "default_icon": { "19": "icons\/icon_512.png", "38": "icons\/icon_512.png" } }, "icons": { "16": "icons\/icon_512.png", "48": "icons\/icon_512.png", "128": "icons\/icon_512.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ] } ], "permissions": [ "tabs", "downloads", "scripting" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ] } |