VSCO Media Downloader
Simply download & archive media from VSCO.
What is VSCO Media Downloader?
VSCO Media Downloader is a Chrome extension developed by https://vscodownload.co, and its main feature is "Simply download & archive media from VSCO.".
Extension Screenshots
Download VSCO Media Downloader Extension CRX File
Download VSCO Media Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | looapkhpinpjaioiljphfmbnhbbgfcpl |
Official URL | https://chromewebstore.google.com/detail/vsco-media-downloader/looapkhpinpjaioiljphfmbnhbbgfcpl |
Description | Simply download & archive media from VSCO. |
File Size | 324 KB |
Installation Count | 10,556 |
Current Version | 3.0.3.0 |
Last Updated | 2020-02-23 |
Publish Date | 2020-02-23 |
Rating | 3.41/5 Total 95 Ratings |
Developer | https://vscodownload.co |
Payment Type | free |
Extension Website | https://vscodownload.co/ |
Help Page URL | https://vscodownload.co/ |
Supported Languages | 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" } } |