VSCO Media Downloader
Simply download & archive media from VSCO.
Apa itu VSCO Media Downloader?
VSCO Media Downloader adalah ekstensi Chrome yang dikembangkan oleh https://vscodownload.co, dan fitur utamanya adalah "Simply download & archive media from VSCO.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi VSCO Media Downloader
Unduh file ekstensi VSCO Media Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | VSCO Media Downloader |
ID | looapkhpinpjaioiljphfmbnhbbgfcpl |
URL Resmi | https://chromewebstore.google.com/detail/vsco-media-downloader/looapkhpinpjaioiljphfmbnhbbgfcpl |
Deskripsi | Simply download & archive media from VSCO. |
Ukuran File | 324 KB |
Jumlah Instalasi | 10,556 |
Versi Saat Ini | 3.0.3.0 |
Terakhir Diperbarui | 2020-02-23 |
Tanggal Publikasi | 2020-02-23 |
Penilaian | 3.41/5 Total 95 Penilaian |
Pengembang | https://vscodownload.co |
Tipe Pembayaran | free |
Situs Ekstensi | https://vscodownload.co/ |
URL Halaman Bantuan | https://vscodownload.co/ |
Bahasa yang Didukung | 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" } } |