VSCO Media Downloader
Simply download & archive media from VSCO.
什么是VSCO Media Downloader?
VSCO Media Downloader是由https://vscodownload.co开发的Chrome扩展程序,该扩展的主要功能是“Simply download & archive media from VSCO.”。
扩展截图
下载VSCO Media Downloader扩展crx文件
下载VSCO Media Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply download & archive your photos. We place simple download buttons on your feed, public profiles and collections so you can easily download photos. The web application has been completely phased out, you will no longer be redirected to another site to download your media. Now you can scroll through profiles gallery, profile photo, collections, journals and your feed to find something worth downloading. Quick and easy!
扩展基本信息
名称 | VSCO Media Downloader |
ID | looapkhpinpjaioiljphfmbnhbbgfcpl |
官方URL | https://chromewebstore.google.com/detail/vsco-media-downloader/looapkhpinpjaioiljphfmbnhbbgfcpl |
简介 | Simply download & archive media from VSCO. |
文件大小 | 324 KB |
安装次数 | 10,556 |
当前版本 | 3.0.3.0 |
更新时间 | 2020-02-23 |
上架时间 | 2020-02-23 |
评分 | 3.41/5 共95次评分 |
开发者 | https://vscodownload.co |
付费类型 | free |
扩展官网 | https://vscodownload.co/ |
帮助页面URL | https://vscodownload.co/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VSCO Media Downloader", "version": "3.0.3.0", "description": "Simply download & archive media from VSCO.", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "css": [ "css\/vsco-download.css" ], "js": [ "js\/vsco-download.js" ], "matches": [ "*:\/\/*.vsco.co\/*", "*:\/\/vsco.co\/*" ] } ], "options_ui": { "page": "index.html", "open_in_tab": true }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": [] }, "icons": { "16": "img\/icon\/light\/icon16.png", "32": "img\/icon\/light\/icon32.png", "48": "img\/icon\/light\/icon48.png", "64": "img\/icon\/light\/icon64.png", "96": "img\/icon\/light\/icon96.png", "128": "img\/icon\/light\/icon128.png" } } |