IG Photo Download
You can easly download videos, photos, stories from IG
什么是IG Photo Download?
IG Photo Download是由ererasmin开发的Chrome扩展程序,该扩展的主要功能是“You can easly download videos, photos, stories from IG”。
扩展截图
下载IG Photo Download扩展crx文件
下载IG Photo Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | eoafjcamkihbelcjlggflpijodchbkka |
官方URL | https://chrome.google.com/webstore/detail/ig-photo-download/eoafjcamkihbelcjlggflpijodchbkka |
简介 | You can easly download videos, photos, stories from IG |
文件大小 | 23.21 KB |
安装次数 | 103 |
当前版本 | 1.6 |
更新时间 | 2021-07-20 |
上架时间 | 2021-07-20 |
评分 | 2.00/5 共1次评分 |
开发者 | ererasmin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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__" } } |