VSCO Viewer

Opens highest possible resolution VSCO images in a new tab!

VSCO Viewer란 무엇입니까?

VSCO Viewer은(는) alex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens highest possible resolution VSCO images in a new tab!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

VSCO Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *WARNING* 
I am not responsible for any misuse of this program. DO NOT use users' pictures for commercial use without their permission.

Opens VSCO images in a new tab at the highest resolution possible! Not affiliated with VSCO in any way. Based off of Click to Remove Element (CTRE) by @blade_sk with permission. 

You can find the changelog at https://pastebin.com/qayjcucq

Please leave a review and/or suggestion! Either would help me greatly! Thanks!                    

확장 프로그램 기본 정보

이름 VSCO Viewer VSCO Viewer
ID afmhfdkkjmddchbkdlhgejiclbbpgfbf
공식 URL https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf
설명 Opens highest possible resolution VSCO images in a new tab!
파일 크기 12.14 KB
설치 횟수 4,918
현재 버전 1.2.1
최근 업데이트 2018-04-23
출시 날짜 2018-04-22
평점 4.41/5 총 27 개의 평점
개발자 alex
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pastebin.com/qayjcucq
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vs_content.js"
            ],
            "matches": [
                "*:\/\/vsco.co\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Opens highest possible resolution VSCO images in a new tab!",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "VSCO Viewer",
    "permissions": [
        "tabs",
        "*:\/\/vsco.co\/*"
    ],
    "version": "1.2.1"
}