download for image and video etc
download image&video
什么是download for image and video etc?
download for image and video etc是由https://sslbitcoin.com开发的Chrome扩展程序,该扩展的主要功能是“download image&video”。
扩展截图
下载download for image and video etc扩展crx文件
下载download for image and video etc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The tool currently supports images and video downloads from Instagram ;
1、download images
2、download video
3、download multi images one click
4、download story
note:
This tool don't collect your data. 扩展基本信息
| 名称 | |
| ID | obbbkmiljligknepdoianolkmkbcnkdd |
| 官方URL | https://chromewebstore.google.com/detail/download-for-image-and-vi/obbbkmiljligknepdoianolkmkbcnkdd |
| 简介 | download image&video |
| 文件大小 | 72.12 KB |
| 安装次数 | 3,608 |
| 当前版本 | 1.2.8 |
| 更新时间 | 2023-08-25 |
| 上架时间 | 2022-03-02 |
| 评分 | 2.43/5 共7次评分 |
| 开发者 | https://sslbitcoin.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://sslbitcoin.com/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "download for image and video etc",
"homepage_url": "https:\/\/sslbitcoin.com",
"description": "download image&video",
"version": "1.2.8",
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"css\/*",
"img\/*",
"iframeTmp.html"
],
"matches": [
"https:\/\/*.instagram.com\/*"
]
}
],
"icons": {
"16": "img\/receive.png",
"48": "img\/download.png"
},
"permissions": [
"downloads",
"tabs",
"scripting",
"activeTab"
],
"host_permissions": [
"https:\/\/*.sslbitcoin.com\/*",
"https:\/\/*.instagram.com\/"
],
"background": {
"service_worker": "js\/bg.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.instagram.com\/*"
],
"css": [
"css\/content-new.css",
"css\/content.css"
],
"js": [
"js\/jquery.min.js",
"js\/m.js",
"js\/cs2.js"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.sslbitcoin.com\/*"
]
},
"content_security_policy": {
"isolated_world": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com ; object-src 'self'"
}
} | |