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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } |