IGdld
Instagram story (image / video) downloader.
什么是IGdld?
IGdld是由j.martin.utn开发的Chrome扩展程序,该扩展的主要功能是“Instagram story (image / video) downloader.”。
扩展截图
下载IGdld扩展crx文件
下载IGdld扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instagram story (image / video) downloader. Just click on the extension icon and it will open a new tab where you can download the video or image.
扩展基本信息
名称 | |
ID | gghhobgmianekfjacbhbjdolhkkgpjpf |
官方URL | https://chrome.google.com/webstore/detail/igdld/gghhobgmianekfjacbhbjdolhkkgpjpf |
简介 | Instagram story (image / video) downloader. |
文件大小 | 22.47 KB |
安装次数 | 23 |
当前版本 | 1.0 |
更新时间 | 2020-12-02 |
上架时间 | 2020-12-02 |
开发者 | j.martin.utn |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IGdld", "description": "Instagram story (image \/ video) downloader.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "activeTab" ] } |