VSCO Viewer

Opens highest possible resolution VSCO images in a new tab!

VSCO Viewer là gì?

VSCO Viewer là một tiện ích mở rộng Chrome được phát triển bởi alex, và tính năng chính của nó là "Opens highest possible resolution VSCO images in a new tab!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VSCO Viewer

Tải xuống các tệp mở rộng VSCO Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VSCO Viewer VSCO Viewer
ID afmhfdkkjmddchbkdlhgejiclbbpgfbf
URL Chính Thức https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf
Mô tả Opens highest possible resolution VSCO images in a new tab!
Kích Thước Tệp 12.14 KB
Số Lần Cài Đặt 4,918
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2018-04-23
Ngày Phát Hành 2018-04-22
Đánh Giá 4.41/5 Tổng số 27 Đánh Giá
Nhà Phát Triển alex
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pastebin.com/qayjcucq
Ngôn Ngữ Được Hỗ Trợ 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"
}