IG Photo Download
You can easly download videos, photos, stories from IG
IG Photo Download là gì?
IG Photo Download là một tiện ích mở rộng Chrome được phát triển bởi ererasmin, và tính năng chính của nó là "You can easly download videos, photos, stories from IG".
Ả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 IG Photo Download
Tải xuống các tệp mở rộng IG Photo Download 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
You can with the IG Photo Download: - downloading photos - downloading videos - downloading stories How does it work? We added a download button to the Photos. After clicking the button, the download process will be started.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eoafjcamkihbelcjlggflpijodchbkka |
URL Chính Thức | https://chrome.google.com/webstore/detail/ig-photo-download/eoafjcamkihbelcjlggflpijodchbkka |
Mô tả | You can easly download videos, photos, stories from IG |
Kích Thước Tệp | 23.21 KB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2021-07-20 |
Ngày Phát Hành | 2021-07-20 |
Đánh Giá | 2.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ererasmin |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extDesc__", "version": "1.6", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "default_locale": "en", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "declarative_net_request": { "rule_resources": [ { "id": "rules_set_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "downloads", "declarativeNetRequest", "https:\/\/*.instagram.com\/*", "https:\/\/*.fbcdn.net\/*", "https:\/\/*.cdninstagram.com\/*" ], "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.bundle.js" ], "run_at": "document_end" } ], "page_action": { "default_icon": { "16": "icon16.png", "64": "icon64.png" }, "default_title": "__MSG_extName__" } } |