instagram tool for download
download instagram image&video(posts,igtv,stories,reels)
什么是instagram tool for download?
instagram tool for download是由http://sslbitcoin.com开发的Chrome扩展程序,该扩展的主要功能是“download instagram image&video(posts,igtv,stories,reels)”。
扩展截图
下载instagram tool for download扩展crx文件
下载instagram tool for download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The tool currently supports images (multiple sizes) and video downloads ; 1、download images (HD photos) 2、download video (igtv,stories,reels) 3、download all posts
扩展基本信息
名称 | |
ID | khjmcaockgmjljbklmabmikkhdgmjahc |
官方URL | https://chrome.google.com/webstore/detail/instagram-tool-for-downlo/khjmcaockgmjljbklmabmikkhdgmjahc |
简介 | download instagram image&video(posts,igtv,stories,reels) |
文件大小 | 32.27 KB |
安装次数 | 1,000 |
当前版本 | 0.8.0 |
更新时间 | 2022-01-12 |
上架时间 | 2020-12-09 |
评分 | 1.00/5 共1次评分 |
开发者 | http://sslbitcoin.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://sslbitcoin.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "instagram tool for download", "homepage_url": "https:\/\/sslbitcoin.com", "description": "download instagram image&video(posts,igtv,stories,reels)", "version": "0.8.0", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "css\/*", "img\/*", "iframeTmp.html" ], "matches": [ "https:\/\/*.instagram.com\/*" ] }, { "resources": [ "css\/*", "img\/*", "iframeTmp.html" ], "matches": [ "https:\/\/sslbitcoin.com\/*" ] } ], "icons": { "16": "img\/receive.png", "48": "img\/download.png" }, "permissions": [ "downloads", "tabs" ], "host_permissions": [ "https:\/\/*.sslbitcoin.com\/*" ], "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "img\/download.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "run_at": "document_start", "css": [ "css\/content-new.css", "css\/content.css" ], "js": [ "js\/m.js", "js\/cs.js" ] }, { "js": [ "js\/cs2.js" ], "matches": [ "https:\/\/*.sslbitcoin.com\/*" ], "run_at": "document_end" } ], "content_security_policy": { "isolated_world": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com ; object-src 'self'" } } |