VSCO Viewer

Opens highest possible resolution VSCO images in a new tab!

Wat is VSCO Viewer?

VSCO Viewer is een Chrome-extensie ontwikkeld door alex, en de belangrijkste functie is "Opens highest possible resolution VSCO images in a new tab!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie VSCO Viewer

Download VSCO Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam VSCO Viewer VSCO Viewer
ID afmhfdkkjmddchbkdlhgejiclbbpgfbf
Officiële URL https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf
Beschrijving Opens highest possible resolution VSCO images in a new tab!
Bestandsgrootte 12.14 KB
Aantal Installaties 4,918
Huidige Versie 1.2.1
Laatst Bijgewerkt 2018-04-23
Publicatiedatum 2018-04-22
Beoordeling 4.41/5 Totaal 27 Beoordelingen
Ontwikkelaar alex
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pastebin.com/qayjcucq
Ondersteunde Talen 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"
}