VSCO Viewer

Opens highest possible resolution VSCO images in a new tab!

Cos'è VSCO Viewer?

VSCO Viewer è un'estensione di Chrome sviluppata da alex, e la sua funzione principale è "Opens highest possible resolution VSCO images in a new tab!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VSCO Viewer

Scarica i file di estensione VSCO Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome VSCO Viewer VSCO Viewer
ID afmhfdkkjmddchbkdlhgejiclbbpgfbf
URL Ufficiale https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf
Descrizione Opens highest possible resolution VSCO images in a new tab!
Dimensione del File 12.14 KB
Conteggio Installazioni 4,918
Versione Corrente 1.2.1
Ultimo Aggiornamento 2018-04-23
Data di Pubblicazione 2018-04-22
Valutazione 4.41/5 Totale 27 Valutazioni
Sviluppatore alex
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pastebin.com/qayjcucq
Lingue Supportate 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"
}