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 |
官方網址 | 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__" } } |