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 |
官方網址 | 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" } } |