VSCO Viewer

Opens highest possible resolution VSCO images in a new tab!

Co je VSCO Viewer?

VSCO Viewer je rozšíření Chrome vyvinuté alex, a jeho hlavní funkcí je „Opens highest possible resolution VSCO images in a new tab!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření VSCO Viewer

Stáhněte si soubory rozšíření VSCO Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název VSCO Viewer VSCO Viewer
ID afmhfdkkjmddchbkdlhgejiclbbpgfbf
Oficiální URL https://chromewebstore.google.com/detail/vsco-viewer/afmhfdkkjmddchbkdlhgejiclbbpgfbf
Popis Opens highest possible resolution VSCO images in a new tab!
Velikost souboru 12.14 KB
Počet instalací 4,918
Aktuální Verze 1.2.1
Poslední Aktualizace 2018-04-23
Datum Vydání 2018-04-22
Hodnocení 4.41/5 Celkem 27 Hodnocení
Vývojář alex
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://pastebin.com/qayjcucq
Podporované Jazyky 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"
}