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文件

下載VSCO Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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