VSCO Media Downloader

Simply download & archive media from VSCO.

Wat is VSCO Media Downloader?

VSCO Media Downloader is een Chrome-extensie ontwikkeld door https://vscodownload.co, en de belangrijkste functie is "Simply download & archive media from VSCO.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie VSCO Media Downloader

Download VSCO Media Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam VSCO Media Downloader VSCO Media Downloader
ID looapkhpinpjaioiljphfmbnhbbgfcpl
Officiële URL https://chromewebstore.google.com/detail/vsco-media-downloader/looapkhpinpjaioiljphfmbnhbbgfcpl
Beschrijving Simply download & archive media from VSCO.
Bestandsgrootte 324 KB
Aantal Installaties 10,556
Huidige Versie 3.0.3.0
Laatst Bijgewerkt 2020-02-23
Publicatiedatum 2020-02-23
Beoordeling 3.41/5 Totaal 95 Beoordelingen
Ontwikkelaar https://vscodownload.co
Betalingswijze free
Extensiewebsite https://vscodownload.co/
Help Pagina-URL https://vscodownload.co/
Ondersteunde Talen 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"
    }
}