VSCO Media Downloader
Simply download & archive media from VSCO.
Qu'est-ce que VSCO Media Downloader ?
VSCO Media Downloader est une extension Chrome développée par https://vscodownload.co, et sa fonction principale est "Simply download & archive media from VSCO.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VSCO Media Downloader
Téléchargez les fichiers d'extension VSCO Media Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | VSCO Media Downloader |
ID | looapkhpinpjaioiljphfmbnhbbgfcpl |
URL Officiel | https://chromewebstore.google.com/detail/vsco-media-downloader/looapkhpinpjaioiljphfmbnhbbgfcpl |
Description | Simply download & archive media from VSCO. |
Taille du Fichier | 324 KB |
Nombre d'Installations | 10,556 |
Version Actuelle | 3.0.3.0 |
Dernière Mise à Jour | 2020-02-23 |
Date de Publication | 2020-02-23 |
Évaluation | 3.41/5 Total 95 Évaluations |
Développeur | https://vscodownload.co |
Type de Paiement | free |
Site Web de l'Extension | https://vscodownload.co/ |
URL de la Page d'Aide | https://vscodownload.co/ |
Langues Prises en Charge | 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" } } |