Downloader
Download Photos and Videos from Post, Reels, TV, Stories
什么是Downloader?
Downloader是由lim320790开发的Chrome扩展程序,该扩展的主要功能是“Download Photos and Videos from Post, Reels, TV, Stories”。
扩展截图
下载Downloader扩展crx文件
下载Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a tool that helps users download videos and images. What’s more, it is 100% free for all users. Here are some of the key features ● Download posts ✔ ● Download reels ✔ ● Download latest stories ✔ ● Download highlight stories ✔ ● Support high resolution ✔ ● Support download zip file ✔ Download Reels You can now download any photo or video with ease. Download Image You can save Reels videos for free and download images in high quality and with no limits. Download stories You can save any IG video, photo and Reels. Easily repost Reels to your feed with a few clicks. Download video You can save any video with any size and quality 📝 Disclaimer This extension s an unofficial app that is developed and maintained independently.
扩展基本信息
名称 | Downloader |
ID | iaonookehgfokaglaodkeooddjeaodnc |
官方URL | https://chromewebstore.google.com/detail/downloader/iaonookehgfokaglaodkeooddjeaodnc |
简介 | Download Photos and Videos from Post, Reels, TV, Stories |
文件大小 | 2.65 MB |
安装次数 | 300 |
当前版本 | 1.0.2 |
更新时间 | 2023-12-28 |
上架时间 | 2023-12-22 |
评分 | 5.00/5 共10次评分 |
开发者 | lim320790 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://teleplus.io/teleplus-sender-private-policy |
支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.0.2", "description": "__MSG_desc__", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "host_permissions": [ "https:\/\/www.instagram.com\/*" ], "action": { "default_icon": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content-script.js", "libs\/jszip.min.js" ], "css": [ "style\/style.css" ] } ] } |