Instagram Downloader
Download images and videos from Instagram
什麼是Instagram Downloader?
Instagram Downloader是由PhotograpHB開發的Chrome擴展程式,該擴展的主要功能是“Download images and videos from Instagram”。
擴展截圖
下載Instagram Downloader擴展crx文件
下載Instagram Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Usage: download images and videos using url copied from Instagram posts
擴展基本資訊
名稱 | |
ID | egdbpdbjpbpflgmghkdaeijojbbjhhac |
官方網址 | https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac |
簡介 | Download images and videos from Instagram |
檔案大小 | 277 KB |
安裝次數 | 460 |
目前版本 | 0.1.0 |
更新時間 | 2022-02-14 |
上架時間 | 2022-02-14 |
開發者 | PhotograpHB |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/HaibiPeng/instagram-save-ext |
支援的語言 | 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": [ "*:\/\/*\/*" ] } |