VSCO Viewer

Opens highest possible resolution VSCO images in a new tab!

Qu'est-ce que VSCO Viewer ?

VSCO Viewer est une extension Chrome développée par alex, et sa fonction principale est "Opens highest possible resolution VSCO images in a new tab!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VSCO Viewer

Téléchargez les fichiers d'extension VSCO Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom VSCO Viewer VSCO Viewer
ID afmhfdkkjmddchbkdlhgejiclbbpgfbf
URL Officiel https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf
Description Opens highest possible resolution VSCO images in a new tab!
Taille du Fichier 12.14 KB
Nombre d'Installations 4,918
Version Actuelle 1.2.1
Dernière Mise à Jour 2018-04-23
Date de Publication 2018-04-22
Évaluation 4.41/5 Total 27 Évaluations
Développeur alex
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pastebin.com/qayjcucq
Langues Prises en Charge 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"
}