IG Media Downloader
Download photos and videos on Instagram with ease.
什麼是IG Media Downloader?
IG Media Downloader是由pyplacca開發的Chrome擴展程式,該擴展的主要功能是“Download photos and videos on Instagram with ease.”。
擴展截圖
下載IG Media Downloader擴展crx文件
下載IG Media Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
IG Media Downloader allows you to easily download photos/videos from the Instagram desktop site in just two clicks. No need to switch between tabs and paste copied links for downloading. Just download it right from IG. PS: If you already have Instagram opened and you just installed this extension, kindly reload the page to harness the full power of the extension. Changelog v1.3.0 - Fixed an issue where the download button wasn't appearing in the context menu - Updated default popup images v1.3.2 - Bug fix v1.3.4 - Bug fixes If you like this app, please rate it and leave a review. If you spot any issues, kindly leave a message on the Support page. Thanks for checking out or installing this extension!
擴展基本資訊
名稱 | |
ID | hfcenolookheknpobmckkgccedgnpoff |
官方網址 | https://chrome.google.com/webstore/detail/ig-media-downloader/hfcenolookheknpobmckkgccedgnpoff |
簡介 | Download photos and videos on Instagram with ease. |
檔案大小 | 215 KB |
安裝次數 | 10,000 |
目前版本 | 1.3.4 |
更新時間 | 2022-10-10 |
上架時間 | 2020-05-25 |
評分 | 2.70/5 共 33 次評分 |
開發者 | pyplacca |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IG Media Downloader", "description": "Download photos and videos on Instagram with ease.", "version": "1.3.4", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/logo\/igdown16.png", "32": "assets\/logo\/igdown32.png", "48": "assets\/logo\/igdown48.png", "128": "assets\/logo\/igdown128.png" } }, "icons": { "16": "assets\/logo\/igdown16.png", "32": "assets\/logo\/igdown32.png", "48": "assets\/logo\/igdown48.png", "128": "assets\/logo\/igdown128.png" }, "background.service_worker": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "run_at": "document_idle", "js": [ "assets\/content\/js\/content-module.js", "assets\/content\/js\/content-popup.js" ], "css": [ "assets\/content\/css\/content-style.css" ] } ], "permissions": [ "declarativeContent" ] } |